1 write to map
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapQuery.cs (1)
28this.map = map;
7 references to map
System.Activities (7)
System\Activities\DynamicUpdate\DynamicUpdateMapQuery.cs (7)
86if (this.map.TryGetUpdateEntryByNewId(newActivity.InternalId, out entry)) 89if (this.map.IsForImplementation) 139if (this.map.TryGetUpdateEntry(oldActivity.InternalId, out entry) && entry.NewActivityId > 0) 142if (this.map.IsForImplementation) 191this.map.TryGetUpdateEntryByNewId(currentActivity.InternalId, out entry); 195this.map.TryGetUpdateEntry(currentActivity.InternalId, out entry); 233if (this.map.IsForImplementation)