1 write to Action
System.Activities (1)
System\Activities\Statements\Pick.cs (1)
105
Action
= branch.Action,
8 references to Action
System.Activities (8)
System\Activities\Statements\Pick.cs (8)
274
if ((originalBranchBody.
Action
!= null && metadata.GetMatch(this.Trigger) == originalBranchBody.
Action
) || (this.
Action
!= null && metadata.GetMatch(this.
Action
) == originalBranchBody.Trigger))
291
if (this.
Action
!= null)
293
ActivityUtilities.Add(ref children, this.
Action
);
333
if (this.
Action
!= null)
335
context.ScheduleActivity(this.
Action
);