2 references to DownloadBlobAsync
Microsoft.NET.Build.Containers (2)
LocalDaemons\DockerCli.cs (1)
343string localPath = await registry.DownloadBlobAsync(sourceReference.Repository, d, cancellationToken).ConfigureAwait(false);
Registry\Registry.cs (1)
602await sourceRegistry.DownloadBlobAsync(source.Repository, descriptor, cancellationToken).ConfigureAwait(false);