5 references to MINUS
System.Private.Xml (5)
System\Xml\XPath\Internal\NumericExpr.cs (3)
20op == Operator.Op.PLUS || op == Operator.Op.MINUS || 59Debug.Assert(op == Operator.Op.PLUS || op == Operator.Op.MINUS || op == Operator.Op.MOD || op == Operator.Op.DIV || op == Operator.Op.MUL); 63Operator.Op.MINUS => n1 - n2,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
317case Operator.Op.MINUS:
System\Xml\XPath\Internal\XPathParser.cs (1)
152_scanner.Kind == XPathScanner.LexKind.Minus ? Operator.Op.MINUS :