1 write to transientBreakpoints
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
75this.transientBreakpoints = new Dictionary<ModelItem, BreakpointTypes>();
4 references to transientBreakpoints
System.Activities.Presentation (4)
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);