10 references to WorkflowPersistenceService
System.Workflow.Runtime (10)
WorkflowExecutor.cs (7)
815WorkflowPersistenceService persistence = this.WorkflowRuntime.WorkflowPersistenceService; 1043WorkflowPersistenceService persistence = this.WorkflowRuntime.WorkflowPersistenceService; 1444if (this.WorkflowRuntime.WorkflowPersistenceService == null) 1564if (this.WorkflowRuntime.WorkflowPersistenceService == null) 1828WorkflowPersistenceService persistenceSvc = this.WorkflowRuntime.WorkflowPersistenceService; 2976if (mustPersistState && this.WorkflowRuntime.WorkflowPersistenceService == null) 3054contextActivity = this.WorkflowRuntime.WorkflowPersistenceService.LoadCompletedContextActivity(contextInfo.ContextGuid, outerActivity);
WorkflowRuntime.cs (3)
593if (this.WorkflowPersistenceService == null) 603rootActivity = this.WorkflowPersistenceService.LoadWorkflowInstanceState(instanceId); 1303if (this.WorkflowPersistenceService != null)