Base:
4 references to DeclaringType
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
44Type? declaringType = DeclaringType;
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
44Type? declaringType = DeclaringType;
System\Reflection\TypeLoading\Types\RoGenericParameterType.cs (1)
34protected sealed override string? ComputeNamespace() => DeclaringType!.Namespace;
System\Reflection\TypeLoading\Types\RoType.cs (1)
148public sealed override Type? ReflectedType => DeclaringType;