2 references to WriteEntryAsync
System.Formats.Tar (2)
System\Formats\Tar\TarFile.cs (2)
392
await writer.
WriteEntryAsync
(di.FullName, GetEntryNameForBaseDirectory(di.Name), cancellationToken).ConfigureAwait(false);
405
await writer.
WriteEntryAsync
(fullpath, entryname, cancellationToken).ConfigureAwait(false);