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