4 writes to Type
Microsoft.Build (4)
BackEnd\Components\Caching\ResultsCache.cs (3)
186
response.
Type
= ResultsCacheResponseType.Satisfied;
191
response.
Type
= ResultsCacheResponseType.NotSatisfied;
201
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)
206
if (response.
Type
== ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (2)
87
if (overrideRequest.
Type
== ResultsCacheResponseType.Satisfied)
96
.
Type
== ResultsCacheResponseType.NotSatisfied,
BackEnd\Components\Scheduler\Scheduler.cs (1)
2029
if (resultsResponse.
Type
== ResultsCacheResponseType.Satisfied)