1 implementation of LoadAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntimes.cs (1)
58
public abstract Task
LoadAsync
(
1 reference to LoadAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntime.cs (1)
101
await runtime.
LoadAsync
(multiArchImage, sourceReference, destinationReference, cancellationToken).ConfigureAwait(false);