7 references to GetTypeNameDebug
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (7)
31result = GetTypeNameDebug(typeDefinition) + "<"; 33result += (i == 0 ? "" : ",") + GetTypeNameDebug(type.Instantiation[i]); 108sb.AppendLine("Declaring type: " + GetTypeNameDebug(slotMethod.OwningType)); 109sb.AppendLine("Target type: " + GetTypeNameDebug(targetType)); 114sb.AppendLine(" Argument " + i.LowLevelToString() + ": " + GetTypeNameDebug(slotMethod.Instantiation[i])); 150sb.AppendLine("Declaring type: " + GetTypeNameDebug(result.OwningType)); 155sb.AppendLine(" Argument " + i.LowLevelToString() + ": " + GetTypeNameDebug(result.Instantiation[i]));