2 references to ForwardPositionQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
35
public override XPathNodeIterator Clone() { return new
ForwardPositionQuery
(this); }
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
11
private ReversePositionQuery(ReversePositionQuery other) :
base
(other) { }