7 references to GetTypeNameDebug
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (7)
30result = GetTypeNameDebug(typeDefinition) + "<"; 32result += (i == 0 ? "" : ",") + GetTypeNameDebug(type.Instantiation[i]); 107sb.AppendLine("Declaring type: " + GetTypeNameDebug(slotMethod.OwningType)); 108sb.AppendLine("Target type: " + GetTypeNameDebug(targetType)); 113sb.AppendLine(" Argument " + i.LowLevelToString() + ": " + GetTypeNameDebug(slotMethod.Instantiation[i])); 136sb.AppendLine("Declaring type: " + GetTypeNameDebug(result.OwningType)); 141sb.AppendLine(" Argument " + i.LowLevelToString() + ": " + GetTypeNameDebug(result.Instantiation[i]));