9 references to InternalClone
System.Transactions (9)
System\Transactions\InternalTransaction.cs (1)
477args.transaction = this.outcomeSource.InternalClone();
System\Transactions\Transaction.cs (1)
1000Transaction clone = InternalClone();
System\Transactions\TransactionManager.cs (4)
102args.transaction = tx.InternalClone(); 121args.transaction = transaction.InternalClone(); 626return tx.InternalClone(); 658return tx.InternalClone();
System\Transactions\TransactionState.cs (3)
2080args.transaction = tx.outcomeSource.InternalClone(); 3648args.transaction = tx.outcomeSource.InternalClone(); 4804args.transaction = tx.outcomeSource.InternalClone();