3 instantiations of LogicalExpr
System.Xml (3)
System\Xml\XPath\Internal\LogicalExpr.cs (1)
348
public override XPathNodeIterator Clone() { return new
LogicalExpr
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (2)
223
prevCond = new
LogicalExpr
(Operator.Op.EQ, new NodeFunctions(FT.FuncPosition, null), prevCond);
282
return new
LogicalExpr
(root.OperatorType, op1, op2);
1 reference to LogicalExpr
System.Xml (1)
System\Xml\XPath\Internal\LogicalExpr.cs (1)
31
private LogicalExpr(
LogicalExpr
other) : base (other) {