4 references to OR
System.Private.Xml (4)
System\Xml\XPath\Internal\BooleanExpr.cs (2)
19Debug.Assert(op == Operator.Op.AND || op == Operator.Op.OR); 31_isOr = (op == Operator.Op.OR);
System\Xml\XPath\Internal\QueryBuilder.cs (1)
329case Operator.Op.OR:
System\Xml\XPath\Internal\XPathParser.cs (1)
76opnd = new Operator(Operator.Op.OR, opnd, ParseAndExpr(qyInput));