2 writes to maxBatchCount
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
143this.maxBatchCount = Int32.MaxValue; 185set { this.maxBatchCount = this.CheckNonNegativeProperty(value, "MaxBatchCount"); }
1 reference to maxBatchCount
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
184get { return this.maxBatchCount; }