2 writes to maxExpandCount
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
145this.maxExpandCount = Int32.MaxValue; 199set { this.maxExpandCount = this.CheckNonNegativeProperty(value, "MaxExpandCount"); }
1 reference to maxExpandCount
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
198get { return this.maxExpandCount; }