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