1 write to inputChannelAcceptor
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
661this.inputChannelAcceptor = new DuplexSessionOneWayInputChannelAcceptor(this);
10 references to inputChannelAcceptor
System.ServiceModel (10)
System\ServiceModel\Channels\OneWayChannelListener.cs (10)
664this.Acceptor = this.inputChannelAcceptor; 684this.inputChannelAcceptor.TransferInnerChannelListener(this.innerChannelListener); // acceptor now owns the lifetime 786this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, null, false); 856this.inputChannelAcceptor.Close(); 868this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, this.onExceptionDequeued, canDispatchOnThisThread); 924this.inputChannelAcceptor.PrepareChannel(channel); 972this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, null); 1030this.inputChannelAcceptor.AcceptInnerChannel(this, channel); 1034this.inputChannelAcceptor.Enqueue(exceptionToEnqueue, null); 1245this.acceptor = parent.inputChannelAcceptor;