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