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