3 writes to associatedTx
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (3)
38
this.
associatedTx
= associatedTx;
66
this.
associatedTx
= null;
278
this.
associatedTx
= Transaction.Current;
10 references to associatedTx
System.ServiceModel (10)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (10)
39
this.
associatedTx
.EnlistVolatile(new TransactionEnlistment(this, this.
associatedTx
), EnlistmentOptions.None);
182
if (this.
associatedTx
!= null)
254
if (TransactionStatus.Active == this.
associatedTx
.TransactionInformation.Status)
255
this.
associatedTx
.Rollback(exception);
276
if (this.
associatedTx
== null)
279
this.
associatedTx
.EnlistVolatile(new ReceiveContextTransactionEnlistment(this, this.
associatedTx
, this.sessiongramReceiveContext),
284
if (this.
associatedTx
!= Transaction.Current)
303
if (this.
associatedTx
!= Transaction.Current)