2 references to CopyPopulatedDataToCoreAsync
System.Formats.Tar (2)
System\Formats\Tar\GnuSparseStream.cs (2)
268
ValueTask vt =
CopyPopulatedDataToCoreAsync
<SyncReadWriteAdapter>(destination, CancellationToken.None);
281
return
CopyPopulatedDataToCoreAsync
<AsyncReadWriteAdapter>(destination, cancellationToken);