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