3 instantiations of XPathAncestorQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
116
result = new
XPathAncestorQuery
(qyInput, root.Name, root.Prefix, root.NodeType, false);
120
result = new
XPathAncestorQuery
(qyInput, root.Name, root.Prefix, root.NodeType, true);
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
60
public override XPathNodeIterator Clone() { return new
XPathAncestorQuery
(this); }
1 reference to XPathAncestorQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
17
private XPathAncestorQuery(
XPathAncestorQuery
other) : base(other)