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