1 instantiation of TransactionChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
260TransactionChannelListener<TChannel> listener = new TransactionChannelListener<TChannel>(this.transactionProtocol, context.Binding, dictionary, innerListener);
3 references to TransactionChannelListener
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
78TransactionChannelListener<TChannel> listener; 80public TransactionChannelAcceptor(TransactionChannelListener<TChannel> listener, IChannelListener<TChannel> innerListener)
System\ServiceModel\Channels\TransactionFlowBindingElement.cs (1)
260TransactionChannelListener<TChannel> listener = new TransactionChannelListener<TChannel>(this.transactionProtocol, context.Binding, dictionary, innerListener);