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