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