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