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)
53return new CacheAggregation(_aggregatedConfigCache, _aggregatedResultsCache, _lastConfigurationId); 78configIdMapping[config.ConfigurationId] = _lastConfigurationId; 80var newConfig = config.ShallowCloneWithNewId(_lastConfigurationId);