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