2 implementations of CreateClient
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)
1 reference to CreateClient
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
587using var client = _service._fileDownloaderFactory.CreateClient(HostId, serverPath, pollingMinutes);