4 references to Started
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (1)
284
this.serviceContainer.
Started
+= this.Start;
Hosting\WorkflowRuntimeService.cs (2)
38
_runtime.
Started
-= this.HandleStarted;
44
_runtime.
Started
+= this.HandleStarted;
WorkflowRuntime.cs (1)
1174
EventHandler<WorkflowRuntimeEventArgs> ss =
Started
;