3 references to DisableGeneratedCodeHeuristics
ilc (3)
ILCompilerRootCommand.cs (1)
277
Options.Add(
DisableGeneratedCodeHeuristics
);
Program.cs (2)
97
Get(_command.TreatWarningsAsErrors), warningsAsErrors, Get(_command.
DisableGeneratedCodeHeuristics
));
391
CompilerGeneratedState compilerGeneratedState = new CompilerGeneratedState(ilProvider, logger, Get(_command.
DisableGeneratedCodeHeuristics
));