2 overrides of Enqueue
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
783protected override void Enqueue(Exception exception, Action callback) 872protected override void Enqueue(Exception exception, Action callback)
7 references to Enqueue
System.ServiceModel (7)
System\ServiceModel\Channels\DatagramAdapter.cs (7)
158this.Enqueue(exception, channelPumpAfterExceptionDelegate); 195this.Enqueue(exception, channelPumpAfterExceptionDelegate); 236this.Enqueue(exception, channelPumpAfterExceptionDelegate); 419this.parent.Enqueue(e, null); 471this.parent.Enqueue(exception, this.itemDequeuedDelegate); 523this.parent.Enqueue(exception, this.itemDequeuedDelegate); 558this.parent.Enqueue(exception, this.itemDequeuedDelegate);