3 references to LazyGenericsSupport
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (2)
384
_genericCycleDetector = new
LazyGenericsSupport
.GenericCycleDetector(
651
private
LazyGenericsSupport
.GenericCycleDetector _genericCycleDetector;
parent\parent\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
333
if (type is EcmaType ecmaType && ILCompiler.
LazyGenericsSupport
.CheckForECMAIllegalGenericRecursion(ecmaType))