3 references to IWorkflowDebugger
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
55
private
IWorkflowDebugger
controllerConduit;
487
this.controllerConduit = Activator.GetObject(Type.GetType(controllerConduitTypeName), url.AbsolutePath) as
IWorkflowDebugger
;
512
this.controllerConduit = Activator.GetObject(controllerConduitType, url.AbsolutePath) as
IWorkflowDebugger
;