1 write to itemDequeuedDelegate
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
386
this.
itemDequeuedDelegate
= this.StartNextReceive;
4 references to itemDequeuedDelegate
System.ServiceModel (4)
System\ServiceModel\Channels\DatagramAdapter.cs (4)
471
this.parent.Enqueue(exception, this.
itemDequeuedDelegate
);
523
this.parent.Enqueue(exception, this.
itemDequeuedDelegate
);
527
this.parent.Enqueue(item, this.
itemDequeuedDelegate
);
558
this.parent.Enqueue(exception, this.
itemDequeuedDelegate
);