1 write to workflowRuntime
System.WorkflowServices (1)
System\Workflow\Runtime\WorkflowDefinitionContext.cs (1)
47this.workflowRuntime = workflowRuntime;
4 references to workflowRuntime
System.WorkflowServices (4)
System\Workflow\Runtime\WorkflowDefinitionContext.cs (4)
31Fx.Assert(this.workflowRuntime != null, "Attempt to call WorkflowRuntime before Register"); 32return this.workflowRuntime; 51if (!this.workflowRuntime.IsStarted) 53this.workflowRuntime.StartRuntime();