18 references to Clone
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (1)
4375this.ClonedTransaction = transaction.Clone();
System\Activities\WorkflowPersistenceContext.cs (2)
31this.clonedTransaction = this.contextOwnedTransaction.Clone(); 104return ambientTransaction == null ? null : ambientTransaction.Clone();
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
108valueClone = value.Clone();
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
183transactionClone = transaction.Clone();
System.Runtime.DurableInstancing (3)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (2)
40this.transaction = transaction.Clone(); 769Transaction clone = this.myTransaction.Clone();
System\Runtime\TransactionHelper.cs (1)
41return new TransactionScope(tempTransaction.Clone());
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
373rpc.Transaction.Clone = transaction.Clone();
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
548this.lockingTransactionObject = requestingTransaction.Clone();
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
304result = result.Clone();
System\ServiceModel\Activities\Dispatcher\TransactionContext.cs (1)
29this.currentTransaction = currentTransaction.Clone();
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
5577this.clonedTransaction = this.contextOwnedTransaction.Clone();
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
426CurrentTransaction = workflowContext.CurrentTransaction.Clone(),
System.Transactions (4)
System\Transactions\TransactionScope.cs (4)
81expectedCurrent = committableTransaction.Clone(); 153this.expectedCurrent = committableTransaction.Clone(); 239this.expectedCurrent = committableTransaction.Clone(); 332expectedCurrent = committableTransaction.Clone();