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