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