2 writes to clonedTransaction
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
367this.clonedTransaction = null; 933this.durableInstance.clonedTransaction = Transaction.Current.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
14 references to clonedTransaction
System.WorkflowServices (14)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (14)
171this.clonedTransaction)) 180this.clonedTransaction)) 197this.clonedTransaction)) 221this.clonedTransaction)) 292this.clonedTransaction)) 364if (this.clonedTransaction != null) 366this.clonedTransaction.Complete(); 425this.clonedTransaction != null && 426this.clonedTransaction.TransactionInformation.Status == TransactionStatus.Aborted) 575this.durableInstance.clonedTransaction)) 584this.durableInstance.clonedTransaction)) 592this.durableInstance.clonedTransaction)) 607this.durableInstance.clonedTransaction)) 800this.durableInstance.clonedTransaction))