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