2 instantiations of DefaultMetadataImporter
illink (1)
Linker.Steps\SweepStep.cs (1)
646
this.importer = new
DefaultMetadataImporter
(assembly.MainModule);
Mono.Cecil (1)
Mono.Cecil\ModuleDefinition.cs (1)
397
Interlocked.CompareExchange (ref metadata_importer, new
DefaultMetadataImporter
(this), null);
1 reference to DefaultMetadataImporter
illink (1)
Linker.Steps\SweepStep.cs (1)
640
readonly
DefaultMetadataImporter
importer;