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