2 instantiations of ILImporter
ILCompiler.Compiler (2)
Compiler\ILScanner.cs (2)
124
var importer = new
ILImporter
(this, method);
131
var importer = new
ILImporter
(this, method, throwingIL);
2 references to ILImporter
ILCompiler.Compiler (2)
Compiler\ILScanner.cs (2)
124
var
importer = new ILImporter(this, method);
131
var
importer = new ILImporter(this, method, throwingIL);