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