Base:
3 references to Namespace
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
64protected sealed override string? ComputeNamespace() => _genericTypeDefinition.Namespace;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
51string? ns = Namespace;
System\Reflection\TypeLoading\Types\RoHasElementType.cs (1)
40protected sealed override string? ComputeNamespace() => _elementType.Namespace;