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