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