2 references to IsGenericTooDeeplyNested
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
1769if (instantiationType.HasInstantiation && IsGenericTooDeeplyNested(instantiationType.Instantiation, nestingLevel + 1)) 1780return IsGenericTooDeeplyNested(instantiation, 0);