Implemented interface member:
method
GetResultsForConfiguration
Microsoft.Build.BackEnd.IResultsCache.GetResultsForConfiguration(System.Int32)
3 references to GetResultsForConfiguration
Microsoft.Build (3)
BackEnd\BuildManager\CacheSerialization.cs (2)
72
tempResultsCacheToSerialize.AddResult(resultsCacheToSerialize.
GetResultsForConfiguration
(smallestCacheConfigId));
85
resultsCacheToSerialize.
GetResultsForConfiguration
(smallestConfigId)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
69
return CurrentCache.
GetResultsForConfiguration
(configurationId);