1 write to maxConcurrentBatches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
182
this.
maxConcurrentBatches
= maxConcurrentBatches;
1 reference to maxConcurrentBatches
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
208
if (this.currentConcurrentDispatches == this.currentConcurrentBatches && this.currentConcurrentBatches < this.
maxConcurrentBatches
)