5 references to IndicateNonCacheHit
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
668cacheResult ??= CacheResult.IndicateNonCacheHit(CacheResultType.CacheNotApplicable);
Microsoft.Build.Engine.UnitTests (4)
ProjectCache\ProjectCacheTests.cs (4)
173: CacheResult.IndicateNonCacheHit(CacheResultType.CacheMiss); 271: Task.FromResult(CacheResult.IndicateNonCacheHit(CacheResultType.CacheNotApplicable)); 329?? CacheResult.IndicateNonCacheHit(CacheResultType.CacheMiss); 1617return Task.FromResult(CacheResult.IndicateNonCacheHit(CacheResultType.CacheNotApplicable));