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