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