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