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