2 writes to maxExpandDepth
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
146this.maxExpandDepth = Int32.MaxValue; 206set { this.maxExpandDepth = this.CheckNonNegativeProperty(value, "MaxExpandDepth"); }
1 reference to maxExpandDepth
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
205get { return this.maxExpandDepth; }