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