1 instantiation of CacheAggregation
Microsoft.Build (1)
BackEnd\BuildManager\CacheAggregator.cs (1)
52return new CacheAggregation(_aggregatedConfigCache, _aggregatedResultsCache, _lastConfigurationId);
2 references to CacheAggregation
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3529var cacheAggregation = cacheAggregator.Aggregate();
BackEnd\BuildManager\CacheAggregator.cs (1)
38public CacheAggregation Aggregate()