5 references to CacheMiss
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
593
case CacheResultType.
CacheMiss
:
Microsoft.Build.Engine.UnitTests (4)
ProjectCache\ProjectCacheTests.cs (4)
154
: CacheResult.IndicateNonCacheHit(CacheResultType.
CacheMiss
);
184
CacheResultType.
CacheMiss
=> 'M',
310
?? CacheResult.IndicateNonCacheHit(CacheResultType.
CacheMiss
);
813
case CacheResultType.
CacheMiss
: