2 writes to dependentTransaction
System.Transactions (2)
System\Transactions\TransactionScope.cs (2)
1032this.dependentTransaction = null; 1172this.dependentTransaction = newCurrent.DependentClone( DependentCloneOption.RollbackIfNotComplete );
7 references to dependentTransaction
System.Transactions (7)
System\Transactions\TransactionScope.cs (7)
649rollbackTransaction = this.dependentTransaction; 899rollbackTransaction = this.dependentTransaction; 913Debug.Assert( null != this.dependentTransaction, "null != this.dependentTransaction" ); 914this.dependentTransaction.Complete(); 935if ( null != this.dependentTransaction ) 937this.dependentTransaction.Dispose(); 1168if ( this.dependentTransaction == null && this.committableTransaction == null )