3 references to LazyGenericsSupport
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
253_genericCycleDetector = new LazyGenericsSupport.GenericCycleDetector( 481private LazyGenericsSupport.GenericCycleDetector _genericCycleDetector;
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
312if (type is EcmaType ecmaType && ILCompiler.LazyGenericsSupport.CheckForECMAIllegalGenericRecursion(ecmaType))