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