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