3 instantiations of BooleanExpr
System.Xml (3)
System\Xml\XPath\Internal\BooleanExpr.cs (1)
53public override XPathNodeIterator Clone() { return new BooleanExpr(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
225cond = new BooleanExpr(Operator.Op.AND, prevCond, cond); 285return new BooleanExpr(root.OperatorType, op1, op2);
1 reference to BooleanExpr
System.Xml (1)
System\Xml\XPath\Internal\BooleanExpr.cs (1)
34private BooleanExpr(BooleanExpr other) : base(other) {