5 references to MINUS
System.Xml (5)
System\Xml\XPath\Internal\NumericExpr.cs (3)
23op == Operator.Op.PLUS || op == Operator.Op.MINUS || 56Debug.Assert(op == Operator.Op.PLUS || op == Operator.Op.MINUS || op == Operator.Op.MOD || op == Operator.Op.DIV || op == Operator.Op.MUL); 59case Operator.Op.MINUS : return n1 - n2;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
271case Operator.Op.MINUS :
System\Xml\XPath\Internal\XPathParser.cs (1)
136this.scanner.Kind == XPathScanner.LexKind.Minus ? Operator.Op.MINUS :