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