4 writes to Paused
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
96this.integrationActivationService.Paused = false; 97this.transportActivationService.Paused = false; 107this.integrationActivationService.Paused = true; 108this.transportActivationService.Paused = true;
1 reference to Paused
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
332get { return this.enabled && !this.activationService.Paused; }