19 references to DependentClone
System.Activities (4)
System\Activities\WorkflowApplication.cs (4)
3469
this.dependentTransaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
4210
this.dependentTransaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
4340
this.dependentTransaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
5328
this.dependentTransaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
52
this.DependentTransaction = (currentTransaction != null) ? currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete) : null;
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
261
transaction = transaction.
DependentClone
(DependentCloneOption.RollbackIfNotComplete);
607
this.dependentClone = this.Clone.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1053
this.transaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (4)
803
this.transaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
991
this.transaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
1153
this.transaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
1340
this.transaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (1)
34
this.dependentTransaction = transaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
3408
this.dependentTransaction = currentTransaction.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System\ServiceModel\Activities\InternalSendMessage.cs (1)
1836
this.dependentClone = this.currentTransactionContext.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
1172
this.dependentTransaction = newCurrent.
DependentClone
( DependentCloneOption.RollbackIfNotComplete );
System.Workflow.Runtime (2)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
186
tx = Transaction.Current.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
Hosting\WorkflowTransactionService.cs (1)
28
tx = Transaction.Current.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
933
this.durableInstance.clonedTransaction = Transaction.Current.
DependentClone
(DependentCloneOption.BlockCommitUntilComplete);