2 references to CheckMethod
System.Core (2)
Microsoft\Scripting\Ast\MemberExpression.cs (2)
297
if (pi.CanRead &&
CheckMethod
(mi, pi.GetGetMethod(true))) {
300
if (pi.CanWrite &&
CheckMethod
(mi, pi.GetSetMethod(true))) {