2 instantiations of PreSiblingQuery
System.Xml (2)
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
79public override XPathNodeIterator Clone() { return new PreSiblingQuery(this); }
System\Xml\XPath\Internal\QueryBuilder.cs (1)
155result = new PreSiblingQuery(qyInput, root.Name, root.Prefix, root.NodeType);
1 reference to PreSiblingQuery
System.Xml (1)
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
31protected PreSiblingQuery(PreSiblingQuery other) : base(other) {}