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