1 write to transientBreakpoints
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>();
4 references to transientBreakpoints
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (4)
311this.transientBreakpoints[modelItem] = breakpointType; // cache it in case it's added later (move case). 646this.transientBreakpoints.Clear(); 703if (this.transientBreakpoints.TryGetValue(modelItem, out breakpointType)) 705this.transientBreakpoints.Remove(modelItem);