3 writes to Configuration
System.Data.Services (3)
System\Data\Services\DataService.cs (3)
1961metadata.Configuration = CreateConfiguration(dataServiceType, metadataProviderInstance); 1970metadata = new MetadataCacheItem(dataContextType) { Configuration = this.configuration }; 2009metadata.Configuration = CreateConfiguration(dataServiceType, dataProviderInstance);
4 references to Configuration
System.Data.Services (4)
System\Data\Services\DataService.cs (3)
1966this.configuration = metadata.Configuration; 2012dataProviderInstance.ApplyConfiguration(metadata.Configuration); 2022this.configuration = metadata.Configuration;
System\Data\Services\Providers\DataServiceProviderWrapper.cs (1)
283get { return this.metadata.Configuration; }