1 write to deserializedObjectToSourceLocationMapping
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (1)
30this.deserializedObjectToSourceLocationMapping = new OrderedDictionary<object, SourceLocation>();
5 references to deserializedObjectToSourceLocationMapping
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ObjectToSourceLocationMapping.cs (5)
37this.deserializedObjectToSourceLocationMapping.Clear(); 55if (this.deserializedObjectToSourceLocationMapping.ContainsKey(key)) 57this.deserializedObjectToSourceLocationMapping.Remove(key); 60this.deserializedObjectToSourceLocationMapping.Add(key, new SourceLocation(/* fileName = */ null, 225foreach (KeyValuePair<object, SourceLocation> entry in deserializedObjectToSourceLocationMapping)