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)
84
resultsCache.
AddResult
(buildResult);
106
resultsCache.
AddResult
(buildResult);
111
resultsCache.
AddResult
(buildResult2);
134
resultsCache.
AddResult
(buildResult);
156
resultsCache1.
AddResult
(buildResult11);
164
resultsCache2.
AddResult
(buildResult21);
200
resultsCache.
AddResult
(buildResult);
221
resultsCache1.
AddResult
(buildResult11);
222
resultsCache1.
AddResult
(buildResult12);
233
resultsCache2.
AddResult
(buildResult21);
234
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)
38
cache.
AddResult
(result);
52
cache.
AddResult
(result);
57
cache.
AddResult
(result);
72
cache.
AddResult
(result);
77
cache.
AddResult
(result);
81
cache.
AddResult
(result2);
109
cache.
AddResult
(result);
113
cache.
AddResult
(result2);
128
cache.
AddResult
(result);
131
cache.
AddResult
(result2);
147
cache.
AddResult
(result);
159
cache.
AddResult
(result);
163
cache.
AddResult
(result2);
184
cache.
AddResult
(result);
236
cache.
AddResult
(resultForRequestWithNoBuildDataFlags);
317
cache.
AddResult
(resultForRequestWithSubsetFlag1);
351
cache.
AddResult
(result);
371
resultsCache.
AddResult
(br1.Clone());
379
resultsCache2.
AddResult
(br1.Clone());
380
resultsCache2.
AddResult
(br2.Clone());
418
resultsCache.
AddResult
(br1.Clone());
419
resultsCache.
AddResult
(br2.Clone());
BackEnd\Scheduler_Tests.cs (1)
765
resultsCache.
AddResult
(result);