3 references to READYTORUN_FLAG_SkipTypeValidation
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
161flagsInt |= (int)ReadyToRunFlags.READYTORUN_FLAG_SkipTypeValidation;
Compiler\ReadyToRunCodegenCompilation.cs (1)
504flags |= ReadyToRunFlags.READYTORUN_FLAG_SkipTypeValidation;
Compiler\ReadyToRunCodegenCompilationBuilder.cs (1)
265flags |= ReadyToRunFlags.READYTORUN_FLAG_SkipTypeValidation;