1 instantiation of ILScanner
ILCompiler.Compiler (1)
Compiler\ILScannerBuilder.cs (1)
88return new ILScanner(graph, nodeFactory, [.._compilationRoots, _typeMapManager], _ilProvider, new NullDebugInformationProvider(), _logger, _parallelism);
2 references to ILScanner
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
27private readonly ILScanner _compilation; 80public ILImporter(ILScanner compilation, MethodDesc method, MethodIL methodIL = null)