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