6 references to Satisfied
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
608if (cacheResponse.Type == ResultsCacheResponseType.Satisfied) 1275if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCache.cs (2)
182response.Type = ResultsCacheResponseType.Satisfied; 202if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
84if (overrideRequest.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2025if (resultsResponse.Type == ResultsCacheResponseType.Satisfied)