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