1 write to onExceptionDequeued
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
866
this.
onExceptionDequeued
= new Action(OnExceptionDequeued);
2 references to onExceptionDequeued
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
864
if (this.
onExceptionDequeued
== null)
868
this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, this.
onExceptionDequeued
, canDispatchOnThisThread);