5 references to CacheResult
Microsoft.Build (5)
BackEnd\Components\ProjectCache\CacheResult.cs (5)
79
return new
CacheResult
(CacheResultType.CacheHit, buildResult);
84
return new
CacheResult
(CacheResultType.CacheHit, proxyTargets: proxyTargets);
91
return new
CacheResult
(CacheResultType.CacheHit, ConstructBuildResult(targetResults));
97
return new
CacheResult
(resultType);
143
return new
CacheResult
(