1 instantiation of FileDownloader
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
24
return new
FileDownloader
(new RemoteControlClient(hostId, BaseUrl, serverPath, pollingMinutes));
1 reference to FileDownloader
Microsoft.VisualStudio.LanguageServices (1)
SymbolSearch\VisualStudioSymbolSearchService.cs (1)
121
Workspace,
FileDownloader
.Factory.Instance, cancellationToken).ConfigureAwait(false);