1 write to Address
Microsoft.Deployment.DotNet.Releases (1)
ReleaseFile.cs (1)
88
Address
= address;
2 references to Address
Microsoft.Deployment.DotNet.Releases (2)
ReleaseFile.cs (2)
38
public string FileName => Path.GetFileName(
Address
.LocalPath);
118
await Utils.DownloadFileAsync(
Address
, tempPath).ConfigureAwait(false);