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