5 references to CacheMiss
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
690
case CacheResultType.
CacheMiss
:
Microsoft.Build.Engine.UnitTests (4)
ProjectCache\ProjectCacheTests.cs (4)
171
: CacheResult.IndicateNonCacheHit(CacheResultType.
CacheMiss
);
201
CacheResultType.
CacheMiss
=> 'M',
327
?? CacheResult.IndicateNonCacheHit(CacheResultType.
CacheMiss
);
830
case CacheResultType.
CacheMiss
: