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