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)
171: CacheResult.IndicateNonCacheHit(CacheResultType.CacheMiss); 269: Task.FromResult(CacheResult.IndicateNonCacheHit(CacheResultType.CacheNotApplicable)); 327?? CacheResult.IndicateNonCacheHit(CacheResultType.CacheMiss); 1615return Task.FromResult(CacheResult.IndicateNonCacheHit(CacheResultType.CacheNotApplicable));