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