4 references to GetNewConfigurationId
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (4)
1487GetNewConfigurationId(), 1514existingConfiguration = new BuildRequestConfiguration(GetNewConfigurationId(), new BuildRequestData(newInstance, Array.Empty<string>()), null /* use the instance's tools version */); 2272newConfigurationId = GetNewConfigurationId(); 3183var cacheAggregator = new CacheAggregator(() => GetNewConfigurationId());