2 writes to _query
System.Private.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
22_query = query; 74_query = sortQuery = new SortQuery(_query);
7 references to _query
System.Private.Xml (7)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (7)
35return _query; 46Debug.Assert(_query != null, "In case of error in XPath we create ErrorXPathExpression"); 71SortQuery? sortQuery = _query as SortQuery; 74_query = sortQuery = new SortQuery(_query); 86return new CompiledXpathExpr(Query.Clone(_query), _expr, _needContext); 102_query.SetXsltContext(xsltContext); 107public override XPathResultType ReturnType { get { return _query.StaticType; } }