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