1 write to replyAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
118this.replyAcceptor = new ConnectionOrientedTransportReplyChannelAcceptor(this);
2 references to replyAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
123get { return this.replyAcceptor; } 138replyAcceptor.Enqueue(requestContext, callback, canDispatchOnThisThread);