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