2 writes to currentTransaction
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TransactionProxy.cs (2)
141this.currentTransaction = transaction; 258this.currentTransaction = null;
14 references to currentTransaction
System.ServiceModel (14)
System\ServiceModel\ComIntegration\TransactionProxy.cs (14)
98return this.currentTransaction; 136if (this.currentTransaction == null) 144this.currentVoter.SetTransaction(this.currentTransaction); 147else if (this.currentTransaction != transaction) 167if (this.currentTransaction != null) 169this.currentTransaction.Rollback(); 177this.currentTransaction); 196if (this.currentTransaction != null) 198voter.SetTransaction(this.currentTransaction); 212switch (this.currentTransaction.IsolationLevel) 235return this.currentTransaction.TransactionInformation.DistributedIdentifier; 248if (this.currentTransaction == null) 253if (enlistment.Transaction != this.currentTransaction) 267if (this.currentTransaction == null)