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