7 references to ConfigId
Microsoft.Build (7)
BackEnd\Components\Scheduler\SchedulingPlan.cs (7)
198return config.ConfigId; 244Console.WriteLine(" {0} {1}", referrer.ConfigId, referrer.ConfigFullPath); 302if (!_configIdToPaths.TryGetValue(root.ConfigId, out pathsForConfig)) 305_configIdToPaths[root.ConfigId] = pathsForConfig; 341Console.WriteLine("{0}: {1} {2}", config.ConfigId, config.AccumulatedTime, config.ConfigFullPath); 342List<Stack<PlanConfigData>> pathsByLength = _configIdToPaths[config.ConfigId]; 351Console.Write(" {0}", pathEntry.ConfigId);