3 writes to currentConcurrentDispatches
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
185this.currentConcurrentDispatches = 0; 207++this.currentConcurrentDispatches; 222--this.currentConcurrentDispatches;
2 references to currentConcurrentDispatches
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
208if (this.currentConcurrentDispatches == this.currentConcurrentBatches && this.currentConcurrentBatches < this.maxConcurrentBatches) 223if (this.currentConcurrentDispatches < 0)