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