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