public DerivedTypesEntryNode(TypeDefinition type, ModuleDefinition[] assemblies) { this.type = type; this.assemblies = assemblies; this.LazyLoading = true; threading = new ThreadingSupport(); }
public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type) { this.list = list; this.type = type; this.LazyLoading = true; this.threading = new ThreadingSupport(); }