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