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