2 references to GetAsync
Microsoft.Deployment.DotNet.Releases (2)
ProductCollection.cs (2)
46return await GetAsync(ReleasesIndexDefaultUrl).ConfigureAwait(false); 66return await GetAsync(new Uri(releasesIndexUri)).ConfigureAwait(false);