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