2 implementations of IFileDownloader
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
12internal sealed class FileDownloader : IFileDownloader
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
12internal sealed class FileDownloader : IFileDownloader
5 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)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
18public IFileDownloader CreateClient(string hostId, string serverPath, int pollingMinutes)
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
18public IFileDownloader CreateClient(string hostId, string serverPath, int pollingMinutes)