3 writes to needContext
System.Xml (3)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (3)
25this.needContext = needContext; 50evalExpr = new QueryBuilder().Build((string)expr, out needContext); // this will throw if expr is invalid 85needContext = false;
2 references to needContext
System.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (2)
30if (needContext) { 68return new CompiledXpathExpr(Query.Clone(query), expr, needContext);