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
"/>)
64
if (resultType == CacheResultType.
CacheHit
)
84
return new CacheResult(CacheResultType.
CacheHit
, buildResult);
89
return new CacheResult(CacheResultType.
CacheHit
, proxyTargets: proxyTargets);
96
return new CacheResult(CacheResultType.
CacheHit
, ConstructBuildResult(targetResults));
101
ErrorUtilities.VerifyThrow(resultType != CacheResultType.
CacheHit
, "CantBeCacheHit");