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