2 instantiations of FollowingQuery
System.Private.Xml (2)
System\Xml\XPath\Internal\FollowingQuery.cs (1)
81public override XPathNodeIterator Clone() { return new FollowingQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
171result = new FollowingQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to FollowingQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\FollowingQuery.cs (1)
15private FollowingQuery(FollowingQuery other) : base(other)