11 references to ShallowCloneWithNewId
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2275var newConfiguration = unresolvedConfiguration.ShallowCloneWithNewId(newConfigurationId);
BackEnd\BuildManager\CacheAggregator.cs (1)
80var newConfig = config.ShallowCloneWithNewId(_lastConfigurationId);
Microsoft.Build.Engine.UnitTests (9)
BackEnd\BuildRequestConfiguration_Tests.cs (1)
68config1.ShallowCloneWithNewId(0);
BackEnd\CacheAggregator_Tests.cs (1)
294var aggregatedConfigWithInitialId = aggregatedConfig.ShallowCloneWithNewId(inputConfiguration.ConfigurationId);
BackEnd\ConfigCache_Tests.cs (7)
31configCache1.AddConfiguration(brq1.ShallowCloneWithNewId(1)); 41configCache2.AddConfiguration(brq1.ShallowCloneWithNewId(1)); 42configCache2.AddConfiguration(brq2.ShallowCloneWithNewId(2)); 53configCache3.AddConfiguration(brq3.ShallowCloneWithNewId(3)); 84configCache.AddConfiguration(brq1.ShallowCloneWithNewId(1)); 85configCache.AddConfiguration(brq2.ShallowCloneWithNewId(2)); 86configCache.AddConfiguration(brq3.ShallowCloneWithNewId(3));