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