1 write to transportActivationService
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
44this.transportActivationService = new ActivationService(this, MsmqUri.NetMsmqAddressTranslator.Scheme);
3 references to transportActivationService
SMSvcHost (3)
System\ServiceModel\Activation\MsmqActivation.cs (3)
97this.transportActivationService.Paused = false; 108this.transportActivationService.Paused = true; 135this.transportListenerAdapter = new ListenerAdapter(this.transportActivationService);