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