You're definitely missing Interfaces on the given type (ISerializable, _Exception).
Also, it looks like NDepend is including *all* base types up to Object, as well as CustomAttributes on their class definitions. This means NDepend will always show a dependency on SerializableAttribute, ClassInterfaceAttribute, and ComVisibleAttribute, since they appear on System.Object's class definition. (Note: There's no need to include interfaces from base types since they are included in the derived types.) On Nov 29, 10:36 am, Lev Danielyan <[EMAIL PROTECTED]> wrote: > Have I missed something, or NDepend is listing something that actually > is not "directly" referenced by the give type. --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
