1 write to updateableObjects
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
201this.updateableObjects = new Dictionary<object, DynamicUpdateMapItem>(ReferenceEqualityComparer.Instance);
4 references to updateableObjects
System.Activities (4)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (4)
213return this.updateableObjects; 230this.updateableObjects[currentElement.Origin ?? currentElement] = new DynamicUpdateMapItem(currentElement.InternalId); 241this.updateableObjects[variable.Origin ?? variable] = new DynamicUpdateMapItem(currentElement.InternalId, i); 251if (this.updateableObjects.TryGetValue(origin, out mapItem))