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