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