3 writes to _needContext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (3)
25
_needContext
= needContext;
57
evalExpr = new QueryBuilder().Build((string)expr, out
_needContext
); // this will throw if expr is invalid
103
_needContext
= false;
2 references to _needContext
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (2)
32
if (
_needContext
)
82
return new CompiledXpathExpr(Query.Clone(_query), _expr,
_needContext
);