3 references to GetGenericDepth
ILCompiler.Compiler (3)
Compiler\UserDefinedTypeDescriptor.cs (3)
509return GetGenericDepth(type) > NodeFactory.TypeSystemContext.GenericsConfig.MaxGenericDepthOfDebugRecord; 518maxGenericDepthInInstantiation = Math.Max(GetGenericDepth(instantiationType), maxGenericDepthInInstantiation); 525return 1 + GetGenericDepth(((ParameterizedType)type).ParameterType);