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