1 write to inputQueueChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
557
this.
inputQueueChannelAcceptor
= new InputQueueChannelAcceptor<TChannel>(this);
5 references to inputQueueChannelAcceptor
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelListener.cs (5)
558
this.Acceptor = this.
inputQueueChannelAcceptor
;
585
this.
inputQueueChannelAcceptor
.Dispatch();
595
return this.
inputQueueChannelAcceptor
.EnqueueWithoutDispatch(channel, null);
761
this.
inputQueueChannelAcceptor
.FaultQueue();
823
if (this.
inputQueueChannelAcceptor
.PendingCount >= this.MaxPendingChannels)