6 references to CacheHit
Microsoft.Build (6)
BackEnd\Components\ProjectCache\Experimental\CacheResult.cs (6)
43
/// Results representing cache hits (with <see cref="ResultType"/> == <see cref="CacheResultType.
CacheHit
"/>)
63
if (resultType == CacheResultType.
CacheHit
)
81
return new CacheResult(CacheResultType.
CacheHit
, buildResult);
86
return new CacheResult(CacheResultType.
CacheHit
, proxyTargets: proxyTargets);
93
return new CacheResult(CacheResultType.
CacheHit
, ConstructBuildResult(targetResults));
98
Assumed.NotEqual(resultType, CacheResultType.
CacheHit
, "CantBeCacheHit");