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)
29return _runtime; 36if (runtime == null && _runtime != null) 38_runtime.Started -= this.HandleStarted; 39_runtime.Stopped -= this.HandleStopped; 44_runtime.Started += this.HandleStarted; 45_runtime.Stopped += this.HandleStopped; 66if (_runtime == null) 76if (_runtime == null)