1 write to inputQueueChannel
System.ServiceModel (1)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
28this.inputQueueChannel = inputQueueChannel;
2 references to inputQueueChannel
System.ServiceModel (2)
System\ServiceModel\Channels\PeerMessageDispatcher.cs (2)
37else if (inputQueueChannel != null) 39inputQueueChannel.EnqueueAndDispatch(message, callback);