4 references to None
Microsoft.Build (4)
BackEnd\Components\ProjectCache\CacheResult.cs (1)
73
ResultType = CacheResultType.
None
;
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
641
if (pluginLogger.HasLoggedErrors || experimentalPluginLogger.HasLoggedErrors || cacheResult.ResultType == CacheResultType.
None
)
660
string cacheResultType = cacheResult?.ResultType.ToString() ?? nameof(CacheResultType.
None
);
711
case CacheResultType.
None
: // Should not get here based on the throw above