1 write to newToOldMatches
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
874
this.
newToOldMatches
= new Dictionary<object, object>(ReferenceEqualityComparer.Instance);
8 references to newToOldMatches
System.Activities (8)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (8)
919
this.
newToOldMatches
[newSibling] = null;
924
this.
newToOldMatches
[newChild] = oldChild;
959
this.
newToOldMatches
[newSibling] = EnvironmentUpdateMapEntry.NonExistent;
964
this.
newToOldMatches
[newVariable] = oldVariable.Owner.RuntimeVariables.IndexOf(oldVariable);
970
if (this.
newToOldMatches
.TryGetValue(newChild, out result))
1009
this.
newToOldMatches
.Add(newChild, originalActivity);
1039
if (this.
newToOldMatches
.TryGetValue(newVariable, out result))
1091
this.
newToOldMatches
.Add(newVariable, oldIndex);