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