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