1 write to initialized
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1648this.initialized = true;
3 references to initialized
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
1625return this.initialized; 1640Fx.Assert(!this.initialized, "The ServiceActivationInfo should not be in the initialized state"); 1679if (!this.initialized)