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