3 writes to _needContext
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CompiledXpathExpr.cs (3)
25_needContext = needContext; 57evalExpr = 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)
32if (_needContext) 82return new CompiledXpathExpr(Query.Clone(_query), _expr, _needContext);