1 write to dependentTransaction
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
3469this.dependentTransaction = currentTransaction.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
8 references to dependentTransaction
System.Activities (8)
System\Activities\WorkflowApplication.cs (8)
3514if (this.dependentTransaction != null) 3516this.dependentTransaction.Complete(); 3612if (this.instance.HasPersistenceProvider && !this.instance.persistenceManager.IsLocked && this.dependentTransaction != null) 3731this.dependentTransaction, this.timeoutHelper.OriginalTimeout); 3778this.dependentTransaction, this.timeoutHelper.RemainingTime()); 3873using (PrepareTransactionalCall(this.dependentTransaction)) 3922if (thisPtr.dependentTransaction != null) 3924thisPtr.dependentTransaction.Complete();