6 references to QueryTree
System.Private.Xml (6)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
64evalExpr = xpathExpr.QueryTree;
System\Xml\XPath\XPathNavigator.cs (2)
1182Query query = Query.Clone(cexpr.QueryTree); 1207Query query = Query.Clone(cexpr.QueryTree);
System\Xml\Xsl\XsltOld\Processor.cs (1)
339_queryList[i] = Query.Clone(queryStore[i].CompiledQuery.QueryTree);
System\Xml\Xsl\XsltOld\TemplateAction.cs (2)
135Query query = expr.QueryTree; 151if (expr.QueryTree != query)