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