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