3 references to DownloadFullDatabaseAsync
Microsoft.CodeAnalysis.Features (3)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (3)
193
return await
DownloadFullDatabaseAsync
(databaseFileInfo, cancellationToken).ConfigureAwait(false);
410
return await
DownloadFullDatabaseAsync
(databaseFileInfo, cancellationToken).ConfigureAwait(false);
487
return await
DownloadFullDatabaseAsync
(databaseFileInfo, cancellationToken).ConfigureAwait(false);