4 writes to Type
Microsoft.Build (4)
BackEnd\Components\Caching\ResultsCache.cs (3)
182response.Type = ResultsCacheResponseType.Satisfied; 187response.Type = ResultsCacheResponseType.NotSatisfied; 197response.Type = ResultsCacheResponseType.NotSatisfied;
BackEnd\Components\Caching\ResultsCacheResponse.cs (1)
47Type = type;
6 references to Type
Microsoft.Build (6)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
608if (cacheResponse.Type == ResultsCacheResponseType.Satisfied) 1275if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCache.cs (1)
202if (response.Type == ResultsCacheResponseType.Satisfied)
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (2)
84if (overrideRequest.Type == ResultsCacheResponseType.Satisfied) 92.Type, ResultsCacheResponseType.NotSatisfied, "caches should not overlap");
BackEnd\Components\Scheduler\Scheduler.cs (1)
2025if (resultsResponse.Type == ResultsCacheResponseType.Satisfied)