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