1 override of ComputeSetterMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
99
protected sealed override RoMethod?
ComputeSetterMethod
() => PropertyDefinition.GetAccessors().Setter.ToMethodOrNull(GetRoDeclaringType(), ReflectedType);
1 reference to ComputeSetterMethod
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
98
private RoMethod? GetRoSetMethod() => object.ReferenceEquals(_lazySetter, Sentinels.RoMethod) ? (_lazySetter =
ComputeSetterMethod
()?.FilterInheritedAccessor()) : _lazySetter;