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