6 references to Satisfied
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
614if (cacheResponse.Type == ResultsCacheResponseType.Satisfied) 1282if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCache.cs (2)
203response.Type = ResultsCacheResponseType.Satisfied; 223if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
86if (overrideRequest.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2025if (resultsResponse.Type == ResultsCacheResponseType.Satisfied)