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