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