1 write to duplexAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
150this.duplexAcceptor = new InputQueueChannelAcceptor<IDuplexSessionChannel>(this);
2 references to duplexAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (2)
155get { return this.duplexAcceptor; } 164duplexAcceptor.EnqueueAndDispatch(channel, preambleReader.ConnectionDequeuedCallback);