2 writes to configuration
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
1966
this.
configuration
= metadata.Configuration;
2022
this.
configuration
= metadata.Configuration;
10 references to configuration
System.Data.Services (10)
System\Data\Services\DataService.cs (10)
98
get { return this.
configuration
; }
190
Debug.Assert(this.
configuration
!= null, "this.configuration != null");
206
if (this.
configuration
.MaxExpandDepth < actualExpandDepth)
208
throw DataServiceException.CreateBadRequestError(Strings.DataService_ExpandDepthExceeded(actualExpandDepth, this.
configuration
.MaxExpandDepth));
211
if (this.
configuration
.MaxExpandCount < actualExpandCount)
213
throw DataServiceException.CreateBadRequestError(Strings.DataService_ExpandCountExceeded(actualExpandCount, this.
configuration
.MaxExpandCount));
1870
Debug.Assert(this.
configuration
!= null, "this.configuration != null -- otherwise this.provider was ----signed with no configuration");
1970
metadata = new MetadataCacheItem(dataContextType) { Configuration = this.
configuration
};
2027
this.
configuration
.ValidateServerOptions(friendlyFeedsV1Compatible);
2029
Debug.Assert(this.
configuration
!= null, "configuration != null");