2 implementations of LoadAsync
Microsoft.NET.Build.Containers (2)
LocalDaemons\ArchiveFileRegistry.cs (1)
51public async Task LoadAsync(BuiltImage image, SourceImageReference sourceReference,
LocalDaemons\DockerCli.cs (1)
133public async Task LoadAsync(BuiltImage image, SourceImageReference sourceReference, DestinationImageReference destinationReference, CancellationToken cancellationToken)
2 references to LoadAsync
Microsoft.NET.Build.Containers (2)
ContainerBuilder.cs (1)
234await containerRegistry.LoadAsync(builtImage, sourceImageReference, destinationImageReference, cancellationToken).ConfigureAwait(false);
ImagePublisher.cs (1)
31destinationImageReference.LocalRegistry!.LoadAsync).ConfigureAwait(false);