5 references to PLUS
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); 62Operator.Op.PLUS => n1 + n2,
System\Xml\XPath\Internal\QueryBuilder.cs (1)
316case Operator.Op.PLUS:
System\Xml\XPath\Internal\XPathParser.cs (1)
151_scanner.Kind == XPathScanner.LexKind.Plus ? Operator.Op.PLUS :