1 write to messageDispatcher
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
63this.messageDispatcher = value;
3 references to messageDispatcher
System.ServiceModel (3)
System\ServiceModel\Channels\PeerDuplexChannel.cs (3)
58return this.messageDispatcher; 154if (this.messageDispatcher != null) 155this.messageDispatcher.Unregister(false);