2 references to CORJIT_FLAG_DEBUG_CODE
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCodegenCompilation.cs (1)
82
if (JitConfigProvider.Instance.HasFlag(CorJitFlag.
CORJIT_FLAG_DEBUG_CODE
))
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
301
corJitFlags.Add(CorJitFlag.
CORJIT_FLAG_DEBUG_CODE
);