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)
587using var client = _service._fileDownloaderFactory.CreateClient(HostId, serverPath, pollingMinutes); 611private async Task<(XElement? element, TimeSpan delay)> TryDownloadFileAsync(IFileDownloader fileDownloader, CancellationToken cancellationToken)