Base:
4 references to ReflectedType
System.Reflection.MetadataLoadContext (4)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (4)
50
if (
ReflectedType
!= other.
ReflectedType
)
98
protected sealed override RoMethod? ComputeGetterMethod() => PropertyDefinition.GetAccessors().Getter.ToMethodOrNull(GetRoDeclaringType(),
ReflectedType
);
99
protected sealed override RoMethod? ComputeSetterMethod() => PropertyDefinition.GetAccessors().Setter.ToMethodOrNull(GetRoDeclaringType(),
ReflectedType
);