7 writes to nestingLevel
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathCompiler.cs (7)
51this.nestingLevel = 1; 301this.compiler.nestingLevel++; 310this.compiler.nestingLevel--; 631this.compiler.nestingLevel++; 637this.compiler.nestingLevel--; 773this.compiler.nestingLevel++; 779this.compiler.nestingLevel--;
7 references to nestingLevel
System.ServiceModel (7)
System\ServiceModel\Dispatcher\XPathCompiler.cs (7)
105if (this.compiler.nestingLevel == 1) 150Fx.Assert(this.compiler.nestingLevel == 1, ""); 302if (this.compiler.nestingLevel > 3) // throw if we find something deepter than [ [ ] ] 351if (1 == this.compiler.nestingLevel && function.TestFlag(QueryFunctionFlag.UsesContextNode)) 448if (1 == this.compiler.nestingLevel) 632if (this.compiler.nestingLevel > 3) // throw if we find something deepter than [ [ ] ] 774if (this.compiler.nestingLevel > 3) // throw if we find something deepter than [ [ ] ]