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