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