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