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