1 write to durableInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
780this.durableInstance = durableInstance;
18 references to durableInstance
System.WorkflowServices (18)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (18)
786scope = new StartOperationScope(this.durableInstance); 790if (this.durableInstance.instance == null) 792if (this.durableInstance.TryActivateInstance(canCreateInstance)) 799this.durableInstance.saveStateInOperationTransaction, 800this.durableInstance.clonedTransaction)) 802if (this.durableInstance.lockingProvider != null) 804result = this.durableInstance.lockingProvider.BeginLoad(this.durableInstance.operationTimeout, true, loadCallback, this); 808result = this.durableInstance.provider.BeginLoad(this.durableInstance.operationTimeout, loadCallback, this); 812this.durableInstance.existsInPersistence = true; 842this.durableInstance.instance = this.durableInstance.provider.EndLoad(result); 845Fx.Assert(this.durableInstance.instance != null, 862return startResult.durableInstance.instance; 884startResult.durableInstance.instance = startResult.durableInstance.provider.EndLoad(result); 886Fx.Assert(startResult.durableInstance.instance != null,