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