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