9 references to InternalClone
System.Transactions.Local (9)
System\Transactions\InternalTransaction.cs (1)
373args._transaction = _outcomeSource.InternalClone();
System\Transactions\Transaction.cs (1)
705Transaction clone = InternalClone();
System\Transactions\TransactionManager.cs (4)
76args._transaction = tx.InternalClone(); 94args._transaction = transaction.InternalClone(); 556return tx.InternalClone(); 583return tx.InternalClone();
System\Transactions\TransactionState.cs (3)
1357args._transaction = tx._outcomeSource.InternalClone(); 2855args._transaction = tx._outcomeSource.InternalClone(); 3965args._transaction = tx._outcomeSource.InternalClone();