2 writes to _abortingDependentClone
System.Transactions.Local (2)
System\Transactions\TransactionState.cs (2)
1940
tx.
_abortingDependentClone
= null;
1992
tx.
_abortingDependentClone
= tx.PromotedTransaction.DependentClone(false);
2 references to _abortingDependentClone
System.Transactions.Local (2)
System\Transactions\TransactionState.cs (2)
1939
OletxDependentTransaction dtx = tx.
_abortingDependentClone
!;
1989
if (null == tx.
_abortingDependentClone
)