4 references to Configuration
System.Data.Services (4)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (2)
1032
resourceSetWrapper.ApplyConfiguration(this.
Configuration
);
1126
serviceOperationWrapper.ApplyConfiguration(this.
Configuration
, this);
System\Data\Services\Serializers\MetadataSerializer.cs (2)
737
if (this.provider.
Configuration
.AccessEnabledForAllResourceTypes)
760
foreach (string resourceTypeName in this.provider.
Configuration
.GetAccessEnabledResourceTypes())