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