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