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