1 write to enabled
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
422this.enabled = enabled;
4 references to enabled
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
332get { return this.enabled && !this.activationService.Paused; } 420if (this.enabled != enabled) 499if (this.enabled) 512if (this.enabled)