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