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