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