Implemented interface member:
method
AddResult
Microsoft.Build.BackEnd.IResultsCache.AddResult(Microsoft.Build.Execution.BuildResult)
40 references to AddResult
Microsoft.Build (3)
BackEnd\BuildManager\CacheAggregator.cs (1)
90
_aggregatedResultsCache.
AddResult
(
BackEnd\BuildManager\CacheSerialization.cs (1)
86
tempResultsCacheToSerialize.
AddResult
(resultsCacheToSerialize.GetResultsForConfiguration(smallestCacheConfigId));
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
42
CurrentCache.
AddResult
(result);
Microsoft.Build.Engine.UnitTests (37)
BackEnd\CacheAggregator_Tests.cs (11)
82
resultsCache.
AddResult
(buildResult);
104
resultsCache.
AddResult
(buildResult);
109
resultsCache.
AddResult
(buildResult2);
132
resultsCache.
AddResult
(buildResult);
154
resultsCache1.
AddResult
(buildResult11);
162
resultsCache2.
AddResult
(buildResult21);
198
resultsCache.
AddResult
(buildResult);
219
resultsCache1.
AddResult
(buildResult11);
220
resultsCache1.
AddResult
(buildResult12);
231
resultsCache2.
AddResult
(buildResult21);
232
resultsCache2.
AddResult
(buildResult22);
BackEnd\CacheSerialization_Tests.cs (3)
80
resultsCache.
AddResult
(buildResult1);
81
resultsCache.
AddResult
(buildResult2);
82
resultsCache.
AddResult
(buildResult3);
BackEnd\ResultsCache_Tests.cs (22)
35
cache.
AddResult
(result);
49
cache.
AddResult
(result);
54
cache.
AddResult
(result);
69
cache.
AddResult
(result);
74
cache.
AddResult
(result);
78
cache.
AddResult
(result2);
106
cache.
AddResult
(result);
110
cache.
AddResult
(result2);
125
cache.
AddResult
(result);
128
cache.
AddResult
(result2);
144
cache.
AddResult
(result);
156
cache.
AddResult
(result);
160
cache.
AddResult
(result2);
181
cache.
AddResult
(result);
233
cache.
AddResult
(resultForRequestWithNoBuildDataFlags);
314
cache.
AddResult
(resultForRequestWithSubsetFlag1);
348
cache.
AddResult
(result);
368
resultsCache.
AddResult
(br1.Clone());
376
resultsCache2.
AddResult
(br1.Clone());
377
resultsCache2.
AddResult
(br2.Clone());
415
resultsCache.
AddResult
(br1.Clone());
416
resultsCache.
AddResult
(br2.Clone());
BackEnd\Scheduler_Tests.cs (1)
764
resultsCache.
AddResult
(result);