3 references to ListenerAdapter
SMSvcHost (3)
System\ServiceModel\Activation\ActivationService.cs (1)
115listenerAdapter = new ListenerAdapter(this);
System\ServiceModel\Activation\MsmqActivation.cs (2)
134this.integrationListenerAdapter = new ListenerAdapter(this.integrationActivationService); 135this.transportListenerAdapter = new ListenerAdapter(this.transportActivationService);