1 write to aggregator
Microsoft.Build.Engine.UnitTests (1)
BackEnd\CacheAggregator_Tests.cs (1)
27
aggregator
= new CacheAggregator(() => i++);
21 references to aggregator
Microsoft.Build.Engine.UnitTests (21)
BackEnd\CacheAggregator_Tests.cs (21)
33
var aggregation =
aggregator
.Aggregate();
47
aggregator
.Aggregate();
52
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
60
aggregator
.Aggregate();
68
aggregator
.Add(new ConfigCache(), new ResultsCache());
86
aggregator
.Add(configCache, resultsCache);
91
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
113
aggregator
.Add(configCache, resultsCache);
118
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
136
aggregator
.Add(configCache, resultsCache);
141
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
166
aggregator
.Add(configCache1, resultsCache1);
167
aggregator
.Add(configCache2, resultsCache2);
172
var e = Should.Throw<InternalErrorException>(() =>
aggregator
.Aggregate());
184
aggregator
.Add(configCache, resultsCache);
186
var results =
aggregator
.Aggregate();
202
aggregator
.Add(configCache, resultsCache);
204
var results =
aggregator
.Aggregate();
236
aggregator
.Add(configCache1, resultsCache1);
237
aggregator
.Add(configCache2, resultsCache2);
239
var results =
aggregator
.Aggregate();