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)
558Transaction? rollbackTransaction = (Transaction?)_committableTransaction ?? _dependentTransaction; 791Transaction? rollbackTransaction = (Transaction?)_committableTransaction ?? _dependentTransaction; 804Debug.Assert(null != _dependentTransaction, "null != this.dependentTransaction"); 805_dependentTransaction.Complete(); 824_dependentTransaction?.Dispose(); 1039if (_dependentTransaction == null && _committableTransaction == null)