2 writes to query
System.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
23this.query = query; 58query = sortQuery = new SortQuery(query);
7 references to query
System.Xml (7)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (7)
33return query; 42Debug.Assert(query != null, "In case of error in XPath we create ErrorXPathExpression"); 56SortQuery sortQuery = query as SortQuery; 58query = sortQuery = new SortQuery(query); 68return new CompiledXpathExpr(Query.Clone(query), expr, needContext); 83query.SetXsltContext(xsltContext); 88public override XPathResultType ReturnType { get { return query.StaticType; } }