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