1 implementation of LoadAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntimes.cs (1)
43public virtual Task LoadAsync(
1 reference to LoadAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\ContainerRuntime.cs (1)
89await runtime.LoadAsync(image, sourceReference, destinationReference, cancellationToken).ConfigureAwait(false);