2 references to CompilerGeneratedState
ilc (1)
Program.cs (1)
391
CompilerGeneratedState compilerGeneratedState = new
CompilerGeneratedState
(ilProvider, logger, Get(_command.DisableGeneratedCodeHeuristics));
ILCompiler.Compiler (1)
Compiler\Logger.cs (1)
68
_compilerGeneratedState = ilProvider == null ? null : new
CompilerGeneratedState
(ilProvider, this, disableGeneratedCodeHeuristics);