4 references to GetNewConfigurationId
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
1866GetNewConfigurationId(), 1893existingConfiguration = new BuildRequestConfiguration(GetNewConfigurationId(), new BuildRequestData(newInstance, []), null /* use the instance's tools version */); 2626newConfigurationId = GetNewConfigurationId(); 3615var cacheAggregator = new CacheAggregator(() => GetNewConfigurationId());