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