4 writes to Type
Microsoft.Build (4)
BackEnd\Components\Caching\ResultsCache.cs (3)
182
response.
Type
= ResultsCacheResponseType.Satisfied;
187
response.
Type
= ResultsCacheResponseType.NotSatisfied;
197
response.
Type
= ResultsCacheResponseType.NotSatisfied;
BackEnd\Components\Caching\ResultsCacheResponse.cs (1)
47
Type
= type;
6 references to Type
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 (1)
202
if (response.
Type
== ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (2)
84
if (overrideRequest.
Type
== ResultsCacheResponseType.Satisfied)
92
.
Type
, ResultsCacheResponseType.NotSatisfied, "caches should not overlap");
BackEnd\Components\Scheduler\Scheduler.cs (1)
2025
if (resultsResponse.
Type
== ResultsCacheResponseType.Satisfied)