2 writes to maxBatchSize
System.ServiceModel (2)
System\ServiceModel\Description\TransactedBatchingBehavior.cs (2)
22
this.
maxBatchSize
= maxBatchSize;
35
this.
maxBatchSize
= value;
1 reference to maxBatchSize
System.ServiceModel (1)
System\ServiceModel\Description\TransactedBatchingBehavior.cs (1)
27
get { return this.
maxBatchSize
; }