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