6 references to _configIdToPaths
Microsoft.Build (6)
BackEnd\Components\Scheduler\SchedulingPlan.cs (6)
276projectsInOrderOfReference.Sort(delegate (int left, int right) { return -Comparer<int>.Default.Compare(_configIdToPaths[left].Count, _configIdToPaths[right].Count); }); 279Console.WriteLine("{0}: {1} {2}", configId, _configIdToPaths[configId].Count, _configIdToData[configId].ConfigFullPath); 302if (!_configIdToPaths.TryGetValue(root.ConfigId, out pathsForConfig)) 305_configIdToPaths[root.ConfigId] = pathsForConfig; 342List<Stack<PlanConfigData>> pathsByLength = _configIdToPaths[config.ConfigId];