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