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