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