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