1 instantiation of ILScanResults
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
159
return new
ILScanResults
(_dependencyGraph, _nodeFactory);
3 references to ILScanResults
ilc (1)
Program.cs (1)
511
ILScanResults
scanResults = scanner.Scan();
ILCompiler.Compiler (2)
Compiler\ILScanner.cs (2)
140
ILScanResults
IILScanner.Scan()
215
ILScanResults
Scan();