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