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