4 references to NotSatisfied
Microsoft.Build (4)
BackEnd\Components\Caching\ResultsCache.cs (3)
164ResultsCacheResponse response = new(ResultsCacheResponseType.NotSatisfied); 183response.Type = ResultsCacheResponseType.NotSatisfied; 193response.Type = ResultsCacheResponseType.NotSatisfied;
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
92.Type, ResultsCacheResponseType.NotSatisfied, "caches should not overlap");