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