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