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