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)
75args._transaction = tx.InternalClone(); 93args._transaction = transaction.InternalClone(); 530return tx.InternalClone(); 557return tx.InternalClone();
System\Transactions\TransactionState.cs (3)
1357args._transaction = tx._outcomeSource.InternalClone(); 2852args._transaction = tx._outcomeSource.InternalClone(); 3962args._transaction = tx._outcomeSource.InternalClone();