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