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