1 write to updateMap
System.Activities (1)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (1)
318
this.
updateMap
= new DynamicUpdateMap();
9 references to updateMap
System.Activities (9)
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (9)
362
removalEntry.Parent = GetParentEntry(originalActivity, this.
updateMap
);
367
this.
updateMap
.AddEntry(removalEntry);
373
this.
updateMap
.IsForImplementation = true;
376
this.
updateMap
.OldArguments = ArgumentInfo.List(builder.OriginalWorkflowDefinition);
377
this.
updateMap
.NewArguments = ArgumentInfo.List(builder.UpdatedWorkflowDefinition);
394
this.
updateMap
.NewDefinitionMemberCount = idSpace.MemberCount;
396
return this.
updateMap
;
480
mapEntry.Parent = GetParentEntry(originalElement, this.
updateMap
);
578
this.
updateMap
.AddEntry(entry);