4 writes to nodeCount
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (4)
167
this.
nodeCount
= nodeCountMax;
187
this.counter.
nodeCount
= value;
382
this.counter.
nodeCount
-= (count - 1);
390
this.counter.
nodeCount
--;
3 references to nodeCount
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (3)
183
return this.counter.
nodeCount
;
335
return marker - this.counter.
nodeCount
;
388
if (this.counter.
nodeCount
> 0)