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)
52return new CacheAggregation(_aggregatedConfigCache, _aggregatedResultsCache, _lastConfigurationId); 74Assumed.Null(_aggregatedConfigCache.GetMatchingConfiguration(config), "Input caches should not contain entries for the same configuration"); 82_aggregatedConfigCache.AddConfiguration(newConfig);