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