System\Activities\ActivityInstance.cs (7)
851parentEnvironment = this.parent.Environment;
897Fx.Assert(this.Environment.GetSpecificLocation(argument.Id) == null, "This is a newly added argument so the location should be null");
945executor.ScheduleExpression(argument.BoundArgument.Expression, this, this.Environment, location, workItem);
971executor.ScheduleExpression(argument.BoundArgument.Expression, this, this.Environment, location, null);
1079Location variableLocation = this.Environment.GetSpecificLocation(variable.Id);
1155this.Environment.CollapseTemporaryResolutionLocations();
1370this.Environment.Update(map, activity);