2 references to XPathAncestorQuery
System.Private.Xml (2)
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);