3 references to IFileDownloader
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\IFileDownloaderFactory.cs (1)
16IFileDownloader CreateClient(string hostId, string serverPath, int pollingMinutes);
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (2)
513using var client = _service._fileDownloaderFactory.CreateClient(HostId, serverPath, pollingMinutes); 537private async Task<(XElement element, TimeSpan delay)> TryDownloadFileAsync(IFileDownloader fileDownloader, CancellationToken cancellationToken)