2 writes to onItemDequeued
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
379this.onItemDequeued = new Action(this.OnItemDequeued); 646this.onItemDequeued = new Action(this.OnItemDequeued);
4 references to onItemDequeued
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
377if (this.onItemDequeued == null) 381this.EnqueueAndDispatch(listener, exception, this.onItemDequeued, false); 644if (this.onItemDequeued == null) 648this.EnqueueAndDispatch(matchingListener, item, this.onItemDequeued, false);