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