5 overrides of Namespace
System.Private.CoreLib (5)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
106public sealed override string Namespace
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
127public sealed override string Namespace
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
78public override string Namespace => null!;
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (1)
80public sealed override string Namespace
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
85public sealed override string Namespace
4 references to Namespace
System.Private.CoreLib (4)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
131return GenericTypeDefinitionTypeInfo.Namespace;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
89return _key.ElementType.Namespace;
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
105string ns = Namespace;
System\RuntimeType.NativeAot.cs (1)
836return GetRuntimeTypeInfo().Namespace;