1 write to aggregator
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CacheAggregator_Tests.cs (1)
25
aggregator
= new CacheAggregator(() => i++);
21 references to aggregator
Microsoft.Build.Engine.UnitTests (21)
BackEnd\CacheAggregator_Tests.cs (21)
31
var aggregation =
aggregator
.Aggregate();
45
aggregator
.Aggregate();
50
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
58
aggregator
.Aggregate();
66
aggregator
.Add(new ConfigCache(), new ResultsCache());
84
aggregator
.Add(configCache, resultsCache);
89
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
111
aggregator
.Add(configCache, resultsCache);
116
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
134
aggregator
.Add(configCache, resultsCache);
139
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
164
aggregator
.Add(configCache1, resultsCache1);
165
aggregator
.Add(configCache2, resultsCache2);
170
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
182
aggregator
.Add(configCache, resultsCache);
184
var results =
aggregator
.Aggregate();
200
aggregator
.Add(configCache, resultsCache);
202
var results =
aggregator
.Aggregate();
234
aggregator
.Add(configCache1, resultsCache1);
235
aggregator
.Add(configCache2, resultsCache2);
237
var results =
aggregator
.Aggregate();