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