5 references to OR
System.Xml (5)
System\Xml\XPath\Internal\BooleanExpr.cs (3)
22
Debug.Assert(op == Operator.Op.AND || op == Operator.Op.
OR
);
32
isOr = (op == Operator.Op.
OR
);
58
w.WriteAttributeString("op", (isOr ? Operator.Op.
OR
: Operator.Op.AND).ToString());
System\Xml\XPath\Internal\QueryBuilder.cs (1)
283
case Operator.Op.
OR
:
System\Xml\XPath\Internal\XPathParser.cs (1)
71
opnd = new Operator(Operator.Op.
OR
, opnd, ParseAndExpr(qyInput));