2 writes to isDebugging
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
204this.isDebugging = true; 212this.isDebugging = false;
3 references to isDebugging
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
193return this.isDebugging; 202if (value && !this.isDebugging) 210else if (!value && this.isDebugging)