Implemented interface member:
method
GetResultsForConfiguration
Microsoft.Build.BackEnd.IResultsCache.GetResultsForConfiguration(System.Int32)
6 references to GetResultsForConfiguration
Microsoft.Build (4)
BackEnd\BuildManager\CacheSerialization.cs (2)
86
tempResultsCacheToSerialize.AddResult(resultsCacheToSerialize.
GetResultsForConfiguration
(smallestCacheConfigId));
99
resultsCacheToSerialize.
GetResultsForConfiguration
(smallestConfigId)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (2)
70
ErrorUtilities.VerifyThrow(CurrentCache.
GetResultsForConfiguration
(configurationId) == null, "caches should not overlap");
75
return CurrentCache.
GetResultsForConfiguration
(configurationId);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\ResultsCache_Tests.cs (1)
59
BuildResult retrievedResult = cache.
GetResultsForConfiguration
(1);
BackEnd\Scheduler_Tests.cs (1)
613
Assert.Null(((ResultsCacheWithOverride)_host.GetComponent(BuildComponentType.ResultsCache)).CurrentCache.
GetResultsForConfiguration
(1));