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)
53return new CacheAggregation(_aggregatedConfigCache, _aggregatedResultsCache, _lastConfigurationId); 75ErrorUtilities.VerifyThrow(_aggregatedConfigCache.GetMatchingConfiguration(config) == null, "Input caches should not contain entries for the same configuration"); 83_aggregatedConfigCache.AddConfiguration(newConfig);