3 instantiations of SchedulingPlan
Microsoft.Build (3)
BackEnd\Components\Scheduler\Scheduler.cs (3)
909_schedulingPlan = new SchedulingPlan(_configCache, _schedulingData); 3000SchedulingPlan plan = new SchedulingPlan(_configCache, _schedulingData); 3009_schedulingPlan = new SchedulingPlan(_configCache, _schedulingData);
6 references to SchedulingPlan
Microsoft.Build (6)
BackEnd\Components\Scheduler\Scheduler.cs (6)
186private SchedulingPlan _schedulingPlan; 993private void AssignUnscheduledRequestsWithPlan(List<ScheduleResponse> responses, HashSet<int> idleNodes, Func<SchedulingPlan.PlanConfigData, SchedulingPlan.PlanConfigData, bool> comparisonFunction) 997SchedulingPlan.PlanConfigData bestConfig = null; 1005SchedulingPlan.PlanConfigData configToConsider = _schedulingPlan.GetConfiguration(request.BuildRequest.ConfigurationId); 3000SchedulingPlan plan = new SchedulingPlan(_configCache, _schedulingData);