1 instantiation of DuplexOneWayChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
141return (IChannelListener<TChannel>)(object)new DuplexOneWayChannelListener(this, context);
1 reference to DuplexOneWayChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
553public DuplexOneWayInputChannel(DuplexOneWayChannelListener listener, IDuplexChannel innerChannel)