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