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