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