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