3 writes to currentBatchSize
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
183this.currentBatchSize = dispatcher.MaxTransactedBatchSize; 276this.currentBatchSize = 1; 292this.currentBatchSize = this.maxBatchSize;
1 reference to currentBatchSize
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (1)
248return this.currentBatchSize;