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