1 instantiation of MsmqInputSessionChannel
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
243
channel = new
MsmqInputSessionChannel
(listener, Transaction.Current, receiveContext);
8 references to MsmqInputSessionChannel
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (2)
202
MsmqInputSessionChannel
channel = null;
314
MsmqInputSessionChannel
channel,
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (6)
331
MsmqInputSessionChannel
channel;
333
public MsmqSessionReceiveContext(
MsmqInputSessionChannel
channel)
460
MsmqInputSessionChannel
channel;
464
public ReceiveContextTransactionEnlistment(
MsmqInputSessionChannel
channel, Transaction transaction, ReceiveContext receiveContext)
528
MsmqInputSessionChannel
channel;
531
public TransactionEnlistment(
MsmqInputSessionChannel
channel, Transaction transaction)