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