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