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