7 references to State
System.Workflow.Runtime (7)
Hosting\DefaultWorkflowSchedulerService.cs (2)
198if (e.NewFirstElement != null && this.State == WorkflowRuntimeServiceState.Started) 215if (State == WorkflowRuntimeServiceState.Started)
Hosting\ManualWorkflowSchedulerService.cs (2)
314if (State.Equals(WorkflowRuntimeServiceState.Started)) 374if (e.NewFirstElement != null && this.State == WorkflowRuntimeServiceState.Started)
Hosting\SqlWorkflowPersistenceService.cs (3)
932if (this.State == WorkflowRuntimeServiceState.Started) 1034if (State == WorkflowRuntimeServiceState.Started) 1079if (State == WorkflowRuntimeServiceState.Started)