Base:
method
ToString
System.Object.ToString()
5 overrides of ToString
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
129
public sealed override string
ToString
()
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
151
public sealed override string
ToString
()
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
81
public override string
ToString
()
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
96
public sealed override string
ToString
()
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
101
public sealed override string
ToString
()
6 references to ToString
System.Private.CoreLib (6)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
162
sb.Append(genericTypeArguments[i].
ToString
());
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (2)
84
sb.Append(_key.ReturnType.
ToString
());
91
sb.Append(parameters[i].
ToString
());
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
103
return _key.ElementType.
ToString
() + Suffix;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
729
_debugName =
ToString
() ?? "";
System\RuntimeType.NativeAot.cs (1)
655
return GetRuntimeTypeInfo().
ToString
();