2 references to ForwardPositionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
38
public override XPathNodeIterator Clone() { return new
ForwardPositionQuery
(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
15
private ReversePositionQuery(ReversePositionQuery other) :
base
(other) { }