2 writes to maxResultsPerCollection
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
147this.maxResultsPerCollection = Int32.MaxValue; 224this.maxResultsPerCollection = this.CheckNonNegativeProperty(value, "MaxResultsPerCollection");
1 reference to maxResultsPerCollection
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
214return this.maxResultsPerCollection;