1 instantiation of FileDownloader
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Storage\FileDownloader.cs (1)
24return 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);