System\Activities\ActivityInstance.cs (3)
945executor.ScheduleExpression(argument.BoundArgument.Expression, this, this.Environment, location, workItem);
971executor.ScheduleExpression(argument.BoundArgument.Expression, this, this.Environment, location, null);
1106executor.ScheduleExpression(variable.Default, this, this.environment, variableLocation, null);