Browse Source

Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger

pull/191/merge
Eusebiu Marcu 15 years ago
parent
commit
cfef05118f
  1. 1
      ILSpy/TreeNodes/DerivedTypesTreeNode.cs

1
ILSpy/TreeNodes/DerivedTypesTreeNode.cs

@ -87,6 +87,7 @@ namespace ICSharpCode.ILSpy.TreeNodes
{ {
this.def = def; this.def = def;
this.assemblies = assemblies; this.assemblies = assemblies;
this.LazyLoading = true;
threading = new ThreadingSupport(); threading = new ThreadingSupport();
} }

Loading…
Cancel
Save