1 write to configurationSealed
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
815this.configurationSealed = true;
3 references to configurationSealed
System.Data.Services (3)
System\Data\Services\DataServiceConfiguration.cs (3)
814Debug.Assert(!this.configurationSealed, "!configurationSealed - otherwise .Seal is invoked multiple times"); 825Debug.Assert(this.configurationSealed, "Configuration must be sealed to validate server options"); 1128if (this.configurationSealed)