2 references to EnqueueAndDispatch
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2327
listener.InputQueueAcceptor.
EnqueueAndDispatch
(wrappedChannel, this.onItemDequeued, false);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
949
this.Acceptor.
EnqueueAndDispatch
((TChannel)(object)channel, dequeuedCallback, true);