7 references to IsStarted
System.Workflow.Runtime (3)
WorkflowRuntime.cs (3)
257
if (!
IsStarted
)
413
if (!
IsStarted
)
477
if (!
IsStarted
)
System.WorkflowServices (4)
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
129
if (workflowRuntime.
IsStarted
)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
240
bool wasRuntimeStarted = workflowRuntimeBehavior.WorkflowRuntime.
IsStarted
;
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (1)
209
if (this.WorkflowRuntime.
IsStarted
)
System\Workflow\Runtime\WorkflowDefinitionContext.cs (1)
51
if (!this.workflowRuntime.
IsStarted
)