2 references to CheckMethod
System.Linq.Expressions (2)
System\Linq\Expressions\MemberExpression.cs (2)
318
if (pi.CanRead &&
CheckMethod
(mi, pi.GetGetMethod(nonPublic: true)!))
322
if (pi.CanWrite &&
CheckMethod
(mi, pi.GetSetMethod(nonPublic: true)!))