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