1 write to sourceLocationToModelItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
72this.sourceLocationToModelItem = new Dictionary<SourceLocation, ModelItem>();
9 references to sourceLocationToModelItem
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (9)
332if (this.sourceLocationToModelItem.TryGetValue(sourceLocation, out modelItem)) 334this.sourceLocationToModelItem.Remove(sourceLocation); 644this.sourceLocationToModelItem.Clear(); 657this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 672this.sourceLocationToModelItem.Add(sourceLocation, modelItem); 699this.sourceLocationToModelItem[sourceLocation] = modelItem; 736this.sourceLocationToModelItem.Remove(resolvedEntry.Value); 836if (!this.sourceLocationToModelItem.TryGetValue(sourceLocation, out modelItem)) 857this.sourceLocationToModelItem.Add(sourceLocation, modelItem);