1 override of GetMethod
System.Core (1)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
560internal override MethodInfo GetMethod() {
4 references to GetMethod
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (4)
97get { return GetMethod(); } 317MethodInfo method = GetMethod(); 362MethodInfo method = GetMethod(); 378MethodInfo method = GetMethod();