2 references to GetParentConfigurationId
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (2)
2037
string parentProjectFullPath =
GetParentConfigurationId
(request, _configCache, _schedulingData).ProjectFullPath;
2056
BuildRequestConfiguration parentConfig =
GetParentConfigurationId
(request, _configCache, _schedulingData);