1 write to associatedTx
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
162
this.
associatedTx
= Transaction.Current;
3 references to associatedTx
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (3)
163
this.
associatedTx
.EnlistVolatile(new TransactionEnlistment(this, this.
associatedTx
), EnlistmentOptions.None);
212
if (this.
associatedTx
!= Transaction.Current)