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