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