3 references to DownloadFileAsync
Microsoft.Deployment.DotNet.Releases (3)
ReleaseFile.cs (1)
118await Utils.DownloadFileAsync(Address, tempPath).ConfigureAwait(false);
Utils.cs (2)
142await DownloadFileAsync(address, path).ConfigureAwait(false); 146await DownloadFileAsync(address, path).ConfigureAwait(false);