1 write to durableInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
921
this.
durableInstance
= durableInstance;
6 references to durableInstance
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (6)
923
this.
durableInstance
.runtimeValidator.ValidateRuntime();
929
this.
durableInstance
.outstandingOperations++;
931
if (this.
durableInstance
.saveStateInOperationTransaction && Transaction.Current != null)
933
this.
durableInstance
.clonedTransaction = Transaction.Current.DependentClone(DependentCloneOption.BlockCommitUntilComplete);
950
this.
durableInstance
.outstandingOperations--;
951
this.
durableInstance
.CompleteClonedTransaction();