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