3 references to CopyToAsync
System.Formats.Tar (3)
System\Formats\Tar\TarHeader.Write.cs (3)
134
await TAdapter.
CopyToAsync
(_dataStream, destinationStream, cancellationToken).ConfigureAwait(false); // The data gets copied from the current position
318
await TAdapter.
CopyToAsync
(tempStream, archiveStream, cancellationToken).ConfigureAwait(false);
780
await TAdapter.
CopyToAsync
(dataStream, archiveStream, cancellationToken).ConfigureAwait(false); // The data gets copied from the current position