BinaryOperatorExpr modulo(Expression rhs) { return BinaryOperatorExpr(BinaryOperator.Modulo, this, rhs); }