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