1 write to TypeValidation
crossgen2 (1)
Program.cs (1)
647
nodeFactoryFlags.
TypeValidation
= Get(_command.TypeValidation);
7 references to TypeValidation
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
165
if (factory.OptimizationFlags.
TypeValidation
== TypeValidationRule.AutomaticWithLogging)
Compiler\ReadyToRunCodegenCompilation.cs (3)
482
bool automaticTypeValidation = _nodeFactory.OptimizationFlags.
TypeValidation
== TypeValidationRule.Automatic || _nodeFactory.OptimizationFlags.
TypeValidation
== TypeValidationRule.AutomaticWithLogging;
483
if (_nodeFactory.OptimizationFlags.
TypeValidation
== TypeValidationRule.SkipTypeValidation)
Compiler\ReadyToRunCodegenCompilationBuilder.cs (3)
262
bool automaticTypeValidation = _nodeFactoryOptimizationFlags.
TypeValidation
== TypeValidationRule.Automatic || _nodeFactoryOptimizationFlags.
TypeValidation
== TypeValidationRule.AutomaticWithLogging;
263
if (_nodeFactoryOptimizationFlags.
TypeValidation
== TypeValidationRule.SkipTypeValidation)