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