2 references to ReadFromPackedDataAsync
System.Formats.Tar (2)
System\Formats\Tar\GnuSparseStream.cs (2)
276
int bytesRead = await
ReadFromPackedDataAsync
(buffer.Slice(totalFilled, countToRead), packedOffset, cancellationToken).ConfigureAwait(false);
368
int bytesRead = await
ReadFromPackedDataAsync
(buffer.AsMemory(0, toRead), _packedStartOffsets[i] + written, cancellationToken).ConfigureAwait(false);