2 writes to dispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (2)
30
this.
dispatcher
= new PeerMessageDispatcher<IDuplexChannel, PeerDuplexChannel>(queueHandler, peerNode, ChannelManager, localAddress, via);
54
dispatcher
= null;
2 references to dispatcher
System.ServiceModel (2)
System\ServiceModel\Channels\PeerDuplexChannelListener.cs (2)
51
if (
dispatcher
!= null)
53
dispatcher
.Unregister(true);