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