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