12 references to Aggregate
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3258var cacheAggregation = cacheAggregator.Aggregate();
Microsoft.Build.Engine.UnitTests (11)
BackEnd\CacheAggregator_Tests.cs (11)
31var aggregation = aggregator.Aggregate(); 45aggregator.Aggregate(); 50var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 58aggregator.Aggregate(); 89var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 116var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 139var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 170var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 184var results = aggregator.Aggregate(); 202var results = aggregator.Aggregate(); 237var results = aggregator.Aggregate();