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