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"/>) 63if (resultType == CacheResultType.CacheHit) 81return new CacheResult(CacheResultType.CacheHit, buildResult); 86return new CacheResult(CacheResultType.CacheHit, proxyTargets: proxyTargets); 93return new CacheResult(CacheResultType.CacheHit, ConstructBuildResult(targetResults)); 98Assumed.NotEqual(resultType, CacheResultType.CacheHit, "CantBeCacheHit");