12 references to Aggregate
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
3198var cacheAggregation = cacheAggregator.Aggregate();
Microsoft.Build.Engine.UnitTests (11)
BackEnd\CacheAggregator_Tests.cs (11)
33var aggregation = aggregator.Aggregate(); 47aggregator.Aggregate(); 52var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 60aggregator.Aggregate(); 91var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 118var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 141var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 172var e = Should.Throw<InternalErrorException>(() => aggregator.Aggregate()); 186var results = aggregator.Aggregate(); 204var results = aggregator.Aggregate(); 239var results = aggregator.Aggregate();