예제 #1
0
 public TypesTraverser(Cci.IMetadataHost host)
 {
     this.host = host;
     this.TraverseIntoMethodBodies = false;
     this.types = new Dictionary <string, ITypeDefinition>();
 }
예제 #2
0
 public TypesExtractor(Cci.IMetadataHost host)
 {
     this.traverser = new TypesTraverser(host);
 }