1 write to _aggregatedConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
44
_aggregatedConfigCache
= new ConfigCache();
3 references to _aggregatedConfigCache
Microsoft.Build (3)
BackEnd\BuildManager\CacheAggregator.cs (3)
52
return new CacheAggregation(
_aggregatedConfigCache
, _aggregatedResultsCache, _lastConfigurationId);
74
Assumed.Null(
_aggregatedConfigCache
.GetMatchingConfiguration(config), "Input caches should not contain entries for the same configuration");
82
_aggregatedConfigCache
.AddConfiguration(newConfig);