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