2 writes to dispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\PeerInputChannelListener.cs (2)
28
dispatcher
= new PeerMessageDispatcher<IInputChannel, PeerInputChannel>(queueHandler, peerNode, ChannelManager, localAddress, via);
67
dispatcher
= null;
2 references to dispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\PeerInputChannelListener.cs (2)
64
if (
dispatcher
!= null)
66
dispatcher
.Unregister(true);