4 references to Enqueue
System.ServiceModel (4)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
780this.acceptor.Enqueue(message, callback); 869this.acceptor.Enqueue(request, callback);
System\ServiceModel\Channels\PeerMessageDispatcher.cs (1)
35singletonChannelAcceptor.Enqueue(message, callback);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
88Enqueue(item, null);