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