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