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