1 write to maxBatchSize
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
181
this.
maxBatchSize
= dispatcher.MaxTransactedBatchSize;
2 references to maxBatchSize
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
287
if (++this.successfullCommits >= this.
maxBatchSize
* 2)
292
this.currentBatchSize = this.
maxBatchSize
;