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