2 references to _firstStageValidationChecks
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
96
if (checker.
_firstStageValidationChecks
.TryGetValue(type, out var result)) return result;
98
checker.
_firstStageValidationChecks
.TryAdd(type, skipValidatorForType);