34 references to Complete
System.Activities (7)
System\Activities\Runtime\ActivityExecutor.cs (1)
4066dependentTransaction.Complete();
System\Activities\WorkflowApplication.cs (6)
3516this.dependentTransaction.Complete(); 3924thisPtr.dependentTransaction.Complete(); 4273thisPtr.dependentTransaction.Complete(); 4374this.dependentTransaction.Complete(); 4704thisPtr.dependentTransaction.Complete(); 5364thisPtr.dependentTransaction.Complete();
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
152thisPtr.DependentTransaction.Complete();
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
615this.dependentClone.Complete(); 785complete.Complete();
System.ServiceModel.Activities (19)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
1269this.transaction.Complete();
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (8)
890this.transaction.Complete(); 960this.transaction.Complete(); 1047this.transaction.Complete(); 1112this.transaction.Complete(); 1189this.transaction.Complete(); 1310this.transaction.Complete(); 1385this.transaction.Complete(); 1418this.transaction.Complete();
System\ServiceModel\Activities\Dispatcher\TransactionWaitAsyncResult.cs (3)
55this.dependentTransaction.Complete(); 132this.dependentTransaction.Complete(); 188thisPtr.dependentTransaction.Complete();
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3449this.dependentTransaction.Complete(); 4029thisPtr.dependentTransaction.Complete();
System\ServiceModel\Activities\InternalSendMessage.cs (3)
1869this.dependentClone.Complete(); 1880this.dependentClone.Complete(); 1948thisPtr.dependentClone.Complete();
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
279dependentTransaction.Complete(); 287dependentTransaction.Complete();
System.Transactions (1)
System\Transactions\TransactionScope.cs (1)
914this.dependentTransaction.Complete();
System.Workflow.Runtime (3)
Hosting\SharedConnectionWorkflowTransactionService.cs (1)
214dependentTransaction.Complete();
Hosting\WorkflowTransactionService.cs (1)
44dependentTransaction.Complete();
WorkflowExecutor.cs (1)
2249dtx.Complete();
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
366this.clonedTransaction.Complete();