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