2 writes to onItemDequeued
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
2324this.onItemDequeued = new Action(this.OnItemDequeued); 2359this.onItemDequeued = new Action(OnItemDequeued);
4 references to onItemDequeued
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
2322if (this.onItemDequeued == null) 2327listener.InputQueueAcceptor.EnqueueAndDispatch(wrappedChannel, this.onItemDequeued, false); 2357if (this.onItemDequeued == null) 2362listener.InputQueueAcceptor.EnqueueAndDispatch(exception, this.onItemDequeued, false);