5 overrides of Name
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfo.cs (1)
61
public sealed override string
Name
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
189
public sealed override string
Name
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
213
public sealed override string
Name
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
108
public override string
Name
=> string.Empty;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
139
public sealed override string
Name
6 references to Name
System.Private.CoreLib (6)
System\Reflection\Runtime\MethodInfos\RuntimeMethodHelpers.cs (1)
108
sb.Append(methodTypeArgument.
Name
);
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
217
return GenericTypeDefinitionTypeInfo.
Name
;
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
98
return
Name
;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
143
return _key.ElementType.
Name
+ Suffix;
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
96
string name =
Name
;
System\RuntimeType.NativeAot.cs (1)
828
return GetRuntimeTypeInfo().
Name
;