2 references to CacheAggregator
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3243var cacheAggregator = new CacheAggregator(() => GetNewConfigurationId());
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CacheAggregator_Tests.cs (1)
25aggregator = new CacheAggregator(() => i++);