1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1245
this.
acceptor
= parent.inputChannelAcceptor;
5 references to acceptor
System.ServiceModel (5)
System\ServiceModel\Channels\OneWayChannelListener.cs (5)
1311
this.
acceptor
.Enqueue(exceptionToEnqueue, this.onMessageDequeued);
1331
return this.
acceptor
.EnqueueWithoutDispatch(message, this.onMessageDequeued);
1346
this.
acceptor
.DispatchItems();
1399
dispatchLater = this.
acceptor
.EnqueueWithoutDispatch(exceptionToEnqueue, this.onMessageDequeued);
1456
this.
acceptor
.Enqueue(exceptionToEnqueue, this.onMessageDequeued, false);