3 references to GetRoDeclaringType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericTypeParameterType.cs (1)
30protected sealed override TypeContext TypeContext => ((RoInstantiationProviderType)GetRoDeclaringType()!).Instantiation.ToTypeContext();
System\Reflection\TypeLoading\Types\RoConstructedGenericType.cs (1)
104protected sealed override RoType? ComputeDeclaringType() => _genericTypeDefinition.GetRoDeclaringType();
System\Reflection\TypeLoading\Types\RoType.cs (1)
139public sealed override Type? DeclaringType => GetRoDeclaringType();