1 override of EnqueueAndDispatch
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
191public override void EnqueueAndDispatch(Exception exception, Action dequeuedCallback, bool canDispatchOnThisThread)
1 reference to EnqueueAndDispatch
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2362listener.InputQueueAcceptor.EnqueueAndDispatch(exception, this.onItemDequeued, false);