4 writes to currentConcurrentBatches
System.ServiceModel (4)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (4)
184this.currentConcurrentBatches = 0; 198++this.currentConcurrentBatches; 211++this.currentConcurrentBatches; 234--this.currentConcurrentBatches;
3 references to currentConcurrentBatches
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
208if (this.currentConcurrentDispatches == this.currentConcurrentBatches && this.currentConcurrentBatches < this.maxConcurrentBatches) 235if (this.currentConcurrentBatches < 0)