5 references to Enqueue
System.ServiceModel (5)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
785this.acceptor.Enqueue(exception, callback); 874this.acceptor.Enqueue(exception, callback);
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
972this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, null); 1034this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, null); 1311this.acceptor.Enqueue(exceptionToEnqueue, this.onMessageDequeued);