1 write to _lastConfigurationId
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
77
_lastConfigurationId
= _nextConfigurationId();
3 references to _lastConfigurationId
Microsoft.Build (3)
BackEnd\BuildManager\CacheAggregator.cs (3)
53
return new CacheAggregation(_aggregatedConfigCache, _aggregatedResultsCache,
_lastConfigurationId
);
78
configIdMapping[config.ConfigurationId] =
_lastConfigurationId
;
80
var newConfig = config.ShallowCloneWithNewId(
_lastConfigurationId
);