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