3 references to WriteEntryAsync
Microsoft.NET.Build.Containers (1)
LocalDaemons\DockerCli.cs (1)
348
await writer.
WriteEntryAsync
(localPath, layerTarballPath, cancellationToken).ConfigureAwait(false);
System.Formats.Tar (2)
System\Formats\Tar\TarFile.cs (2)
586
await writer.
WriteEntryAsync
(di.FullName, GetEntryNameForBaseDirectory(di.Name), cancellationToken).ConfigureAwait(false);
599
await writer.
WriteEntryAsync
(fullpath, entryname, cancellationToken).ConfigureAwait(false);