1 implementation of GetConfigurationIdFromPlan
Microsoft.Build (1)
BackEnd\Components\Scheduler\Scheduler.cs (1)
276
public int
GetConfigurationIdFromPlan
(string configPath)
1 reference to GetConfigurationIdFromPlan
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
2245
var newConfigurationId = _scheduler!.
GetConfigurationIdFromPlan
(unresolvedConfiguration.ProjectFullPath);