1 instantiation of FileDownloader
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
24
return new
FileDownloader
(new RemoteControlClient(hostId, BaseUrl, serverPath, pollingMinutes));
1 reference to FileDownloader
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SymbolSearchUpdate\RemoteSymbolSearchUpdateService.cs (1)
26
_updateEngine = SymbolSearchUpdateEngineFactory.CreateEngineInProcess(
FileDownloader
.Factory.Instance);