6 references to CacheHit
Microsoft.Build (6)
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (6)
44/// Results representing cache hits (with <see cref="ResultType"/> == <see cref="CacheResultType.CacheHit"/>) 64if (resultType == CacheResultType.CacheHit) 84return new CacheResult(CacheResultType.CacheHit, buildResult); 89return new CacheResult(CacheResultType.CacheHit, proxyTargets: proxyTargets); 96return new CacheResult(CacheResultType.CacheHit, ConstructBuildResult(targetResults)); 101ErrorUtilities.VerifyThrow(resultType != CacheResultType.CacheHit, "CantBeCacheHit");