2 references to CompilerGeneratedState
ilc (1)
Program.cs (1)
391CompilerGeneratedState 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);