1 type derived from ForwardPositionQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
8
internal sealed class ReversePositionQuery :
ForwardPositionQuery
2 instantiations of ForwardPositionQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
35
public override XPathNodeIterator Clone() { return new
ForwardPositionQuery
(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
284
qyInput = new
ForwardPositionQuery
(qyInput);
1 reference to ForwardPositionQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
15
protected ForwardPositionQuery(
ForwardPositionQuery
other) : base(other) { }