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