4 writes to Type
Microsoft.Build (4)
BackEnd\Components\Caching\ResultsCache.cs (3)
203
response.
Type
= ResultsCacheResponseType.Satisfied;
208
response.
Type
= ResultsCacheResponseType.NotSatisfied;
218
response.
Type
= ResultsCacheResponseType.NotSatisfied;
BackEnd\Components\Caching\ResultsCacheResponse.cs (1)
47
Type
= type;
5 references to Type
Microsoft.Build (5)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
614
if (cacheResponse.
Type
== ResultsCacheResponseType.Satisfied)
1282
if (response.
Type
== ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCache.cs (1)
223
if (response.
Type
== ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
86
if (overrideRequest.
Type
== ResultsCacheResponseType.Satisfied)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2025
if (resultsResponse.
Type
== ResultsCacheResponseType.Satisfied)