2 references to DownloadFileAsync
Microsoft.CodeAnalysis.Features (2)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (2)
242
var element = await
DownloadFileAsync
(serverPath, cancellationToken).ConfigureAwait(false);
422
var element = await
DownloadFileAsync
(serverPath, cancellationToken).ConfigureAwait(false);