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