Ejemplo n.º 1
0
 public DerivedTypesEntryNode(TypeDefinition type, AssemblyDefinition[] assemblies)
 {
     this.type        = type;
     this.assemblies  = assemblies;
     this.LazyLoading = true;
     threading        = new ThreadingSupport();
 }
Ejemplo n.º 2
0
 public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type)
 {
     this.list        = list;
     this.type        = type;
     this.LazyLoading = true;
     this.threading   = new ThreadingSupport();
 }
Ejemplo n.º 3
0
		public DerivedTypesEntryNode(TypeDef type, ModuleDef[] modules)
		{
			this.type = type;
			this.modules = modules;
			this.LazyLoading = true;
			threading = new ThreadingSupport();
		}
Ejemplo n.º 4
0
		public DerivedTypesTreeNode(AssemblyList list, TypeDefinition type)
		{
			this.list = list;
			this.type = type;
			this.LazyLoading = true;
			this.threading = new ThreadingSupport();
		}
Ejemplo n.º 5
0
 public DerivedTypesEntryNode(TypeDef type, ModuleDef[] modules)
 {
     this.type        = type;
     this.modules     = modules;
     this.LazyLoading = true;
     threading        = new ThreadingSupport();
 }
Ejemplo n.º 6
0
		public DerivedTypesEntryNode(TypeDefinition type, AssemblyDefinition[] assemblies)
		{
			this.type = type;
			this.assemblies = assemblies;
			this.LazyLoading = true;
			threading = new ThreadingSupport();
		}
Ejemplo n.º 7
0
 public DerivedTypesTreeNode(DnSpyFileList list, TypeDef type)
 {
     this.list        = list;
     this.type        = type;
     this.LazyLoading = true;
     this.threading   = new ThreadingSupport();
 }
Ejemplo n.º 8
0
 public DerivedTypesEntryNode(TypeDefinition def, AssemblyDefinition[] assemblies)
 {
     this.def = def;
     this.assemblies = assemblies;
     threading = new ThreadingSupport();
 }
Ejemplo n.º 9
0
		public DerivedTypesTreeNode(DnSpyFileList list, TypeDef type) {
			this.list = list;
			this.type = type;
			this.LazyLoading = true;
			this.threading = new ThreadingSupport();
		}