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