2 references to GetRoSetMethod
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
95
public sealed override MethodInfo? GetSetMethod(bool nonPublic) =>
GetRoSetMethod
()?.FilterAccessor(nonPublic);
134
RoMethod? accessor = (useGetter ? GetRoGetMethod() :
GetRoSetMethod
());