1 write to dependentTransaction
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
4340
this.
dependentTransaction
= currentTransaction.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
5 references to dependentTransaction
System.Activities (5)
System\Activities\WorkflowApplication.cs (5)
4372
if (this.
dependentTransaction
!= null)
4374
this.
dependentTransaction
.Complete();
4508
this.
dependentTransaction
, this.timeoutHelper.OriginalTimeout);
4702
if (thisPtr.
dependentTransaction
!= null)
4704
thisPtr.
dependentTransaction
.Complete();