1 write to dependentTransaction
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
5328this.dependentTransaction = currentTransaction.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
3 references to dependentTransaction
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
5334using (this.PrepareTransactionalCall(this.dependentTransaction)) 5362if (thisPtr.dependentTransaction != null) 5364thisPtr.dependentTransaction.Complete();