2 references to IsGenericTooDeeplyNested
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
2001
if (originalMethod.HasInstantiation &&
IsGenericTooDeeplyNested
(originalMethod.Instantiation))
2006
if (originalMethod.OwningType.HasInstantiation &&
IsGenericTooDeeplyNested
(originalMethod.OwningType.Instantiation))