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