1 implementation of ITransactionChannelManager
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
11internal sealed class TransactionChannelFactory<TChannel> : LayeredChannelFactory<TChannel>, ITransactionChannelManager
2 references to ITransactionChannelManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionChannel.cs (2)
28private ITransactionChannelManager _factory; 33_factory = (ITransactionChannelManager)channelManager;