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