4 references to Enqueue
System.ServiceModel (4)
System\ServiceModel\Channels\HttpPipeline.cs (1)
918
this.acceptor.
Enqueue
(this.pipeline.HttpRequestContext, this.dequeuedCallback, true);
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
138
replyAcceptor.
Enqueue
(requestContext, callback, canDispatchOnThisThread);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
93
Enqueue
(item, dequeuedCallback, true);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
145
replyAcceptor.
Enqueue
(requestContext, callback, canDispatchOnThisThread);