1 write to debuggerService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (1)
31this.debuggerService = new DebuggerService(this.context);
7 references to debuggerService
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (4)
493if (this.debuggerService != null) 495this.debuggerService.InvalidateSourceLocationMapping(fileName); 589if (this.debuggerService != null) 591this.debuggerService.InvalidateSourceLocationMapping(fileName);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (3)
29if (this.debuggerService == null) 32this.context.Services.Publish<IDesignerDebugView>(this.debuggerService); 34return this.debuggerService;