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