1 write to activationService
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
318this.activationService = activationService;
4 references to activationService
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
332get { return this.enabled && !this.activationService.Paused; } 358this.activationService.QueueMonitorGroupClosed(this); 397this.activationService.Bindings.RegisterBindingFilterIfNecessary(url.BaseAddress.Host, this.filter); 443this.activationService.Bindings.UnregisterBindingFilter(this.filter);