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