6 overrides of CreateAbortingClone
System.Transactions.Local (6)
System\Transactions\TransactionState.cs (6)
645
internal override void
CreateAbortingClone
(InternalTransaction tx)
1481
internal override void
CreateAbortingClone
(InternalTransaction tx)
1977
internal override void
CreateAbortingClone
(InternalTransaction tx)
2884
internal override void
CreateAbortingClone
(InternalTransaction tx)
3560
internal override void
CreateAbortingClone
(InternalTransaction tx)
3988
internal override void
CreateAbortingClone
(InternalTransaction tx)
2 references to CreateAbortingClone
System.Transactions.Local (2)
System\Transactions\DependentTransaction.cs (1)
27
_internalTransaction.State.
CreateAbortingClone
(_internalTransaction);
System\Transactions\TransactionState.cs (1)
905
tx.State!.
CreateAbortingClone
(tx);