3 references to GetRoDeclaringType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (2)
98protected sealed override RoMethod? ComputeGetterMethod() => PropertyDefinition.GetAccessors().Getter.ToMethodOrNull(GetRoDeclaringType(), ReflectedType); 99protected sealed override RoMethod? ComputeSetterMethod() => PropertyDefinition.GetAccessors().Setter.ToMethodOrNull(GetRoDeclaringType(), ReflectedType);
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
31public sealed override Type DeclaringType => GetRoDeclaringType();