1 write to debugController
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
206
this.
debugController
= new DebugController(this, _name);
2 references to debugController
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
222
if (this.
debugController
!= null)
224
this.
debugController
.Close();