2 instantiations of ReversePositionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
285
qyInput = new
ReversePositionQuery
(qyInput);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
17
public override XPathNodeIterator Clone() { return new
ReversePositionQuery
(this); }
3 references to ReversePositionQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (2)
46
ReversePositionQuery
query = qyInput as
ReversePositionQuery
;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
15
private ReversePositionQuery(
ReversePositionQuery
other) : base(other) { }