2 writes to _query
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (2)
23
_query
= query;
70
_query
= sortQuery = new SortQuery(_query);
7 references to _query
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (7)
36
return
_query
;
47
Debug.Assert(
_query
!= null, "In case of error in XPath we create ErrorXPathExpression");
67
SortQuery sortQuery =
_query
as SortQuery;
70
_query = sortQuery = new SortQuery(
_query
);
82
return new CompiledXpathExpr(Query.Clone(
_query
), _expr, _needContext);
101
_query
.SetXsltContext(xsltContext);
106
public override XPathResultType ReturnType { get { return
_query
.StaticType; } }