1 write to dependentTransaction
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4210this.dependentTransaction = currentTransaction.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
3 references to dependentTransaction
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
4219using (this.PrepareTransactionalCall(this.dependentTransaction)) 4271if (thisPtr.dependentTransaction != null) 4273thisPtr.dependentTransaction.Complete();