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