1 type derived from ForwardPositionQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ReversePositionQuery.cs (1)
12internal sealed class ReversePositionQuery : ForwardPositionQuery
2 instantiations of 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\querybuilder.cs (1)
289qyInput = new ForwardPositionQuery(qyInput);
1 reference to ForwardPositionQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
18protected ForwardPositionQuery(ForwardPositionQuery other) : base(other) { }