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