2 references to ShallowCloneWithNewId
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2517
var newConfiguration = unresolvedConfiguration.
ShallowCloneWithNewId
(newConfigurationId);
BackEnd\BuildManager\CacheAggregator.cs (1)
79
var newConfig = config.
ShallowCloneWithNewId
(_lastConfigurationId);