2 instantiations of ActivationService
SMSvcHost (2)
System\ServiceModel\Activation\MsmqActivation.cs (2)
43
this.integrationActivationService = new
ActivationService
(this, MsmqUri.FormatNameAddressTranslator.Scheme);
44
this.transportActivationService = new
ActivationService
(this, MsmqUri.NetMsmqAddressTranslator.Scheme);
4 references to ActivationService
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
26
ActivationService
integrationActivationService;
29
ActivationService
transportActivationService;
301
ActivationService
activationService;
316
public QueueMonitorGroup(
ActivationService
activationService, ListenerAdapter la, App app)