4 references to QueryTree
System.Xml (4)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
52evalExpr = ((CompiledXpathExpr)expr).QueryTree;
System\Xml\XPath\XPathExpr.cs (1)
73((CompiledXpathExpr)this).QueryTree.PrintQuery(w);
System\Xml\XPath\XPathNavigator.cs (2)
1042Query query = Query.Clone(cexpr.QueryTree); 1066Query query = Query.Clone(cexpr.QueryTree);