2 writes to _dependentTransaction
System.Transactions.Local (2)
System\Transactions\TransactionScope.cs (2)
902
_dependentTransaction
= null;
1043
_dependentTransaction
= newCurrent.DependentClone(DependentCloneOption.RollbackIfNotComplete);
6 references to _dependentTransaction
System.Transactions.Local (6)
System\Transactions\TransactionScope.cs (6)
558
Transaction? rollbackTransaction = (Transaction?)_committableTransaction ??
_dependentTransaction
;
791
Transaction? rollbackTransaction = (Transaction?)_committableTransaction ??
_dependentTransaction
;
804
Debug.Assert(null !=
_dependentTransaction
, "null != this.dependentTransaction");
805
_dependentTransaction
.Complete();
824
_dependentTransaction
?.Dispose();
1039
if (
_dependentTransaction
== null && _committableTransaction == null)