1 write to _aggregatedConfigCache
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
45
_aggregatedConfigCache
= new ConfigCache();
3 references to _aggregatedConfigCache
Microsoft.Build (3)
BackEnd\BuildManager\CacheAggregator.cs (3)
53
return new CacheAggregation(
_aggregatedConfigCache
, _aggregatedResultsCache, _lastConfigurationId);
75
ErrorUtilities.VerifyThrow(
_aggregatedConfigCache
.GetMatchingConfiguration(config) == null, "Input caches should not contain entries for the same configuration");
83
_aggregatedConfigCache
.AddConfiguration(newConfig);