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