2 references to XPathAncestorQuery
System.Xml (2)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
101
result = new
XPathAncestorQuery
(qyInput , root.Name, root.Prefix, root.NodeType, false);
105
result = new
XPathAncestorQuery
(qyInput, root.Name, root.Prefix, root.NodeType, true);