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