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