Microsoft\Scripting\Ast\BinaryExpression.cs (5)
593MethodInfo method = GetUserDefinedBinaryOperator(binaryType, left.Type, right.Type, name);
601method = GetUserDefinedBinaryOperator(binaryType, nnLeftType, nnRightType, name);
696method = GetUserDefinedBinaryOperator(binaryType, nnLeftType, nnRightType, name);
1242method = GetUserDefinedBinaryOperator(ExpressionType.AndAlso, left.Type, right.Type, "op_BitwiseAnd");
1288method = GetUserDefinedBinaryOperator(ExpressionType.OrElse, left.Type, right.Type, "op_BitwiseOr");