1 write to _runtime
System.Workflow.Runtime (1)
Hosting\WorkflowRuntimeService.cs (1)
41
_runtime
= runtime;
8 references to _runtime
System.Workflow.Runtime (8)
Hosting\WorkflowRuntimeService.cs (8)
29
return
_runtime
;
36
if (runtime == null &&
_runtime
!= null)
38
_runtime
.Started -= this.HandleStarted;
39
_runtime
.Stopped -= this.HandleStopped;
44
_runtime
.Started += this.HandleStarted;
45
_runtime
.Stopped += this.HandleStopped;
66
if (
_runtime
== null)
76
if (
_runtime
== null)