Base:
method
GetGetMethod
System.Reflection.PropertyInfo.GetGetMethod(System.Boolean)
2 references to GetGetMethod
System.Private.CoreLib (2)
src\System\Reflection\RuntimePropertyInfo.cs (2)
281RuntimeMethodInfo? m = GetGetMethod(true); 336RuntimeMethodInfo m = GetGetMethod(true) ?? throw new ArgumentException(SR.Arg_GetMethNotFnd);