3 instantiations of SchedulingPlan
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
874
_schedulingPlan = new
SchedulingPlan
(_configCache, _schedulingData);
2860
SchedulingPlan plan = new
SchedulingPlan
(_configCache, _schedulingData);
2869
_schedulingPlan = new
SchedulingPlan
(_configCache, _schedulingData);
6 references to SchedulingPlan
Microsoft.Build (6)
BackEnd\Components\Scheduler\Scheduler.cs (6)
165
private
SchedulingPlan
_schedulingPlan;
958
private void AssignUnscheduledRequestsWithPlan(List<ScheduleResponse> responses, HashSet<int> idleNodes, Func<
SchedulingPlan
.PlanConfigData,
SchedulingPlan
.PlanConfigData, bool> comparisonFunction)
962
SchedulingPlan
.PlanConfigData bestConfig = null;
970
SchedulingPlan
.PlanConfigData configToConsider = _schedulingPlan.GetConfiguration(request.BuildRequest.ConfigurationId);
2860
SchedulingPlan
plan = new SchedulingPlan(_configCache, _schedulingData);