1 write to _packedStartOffsets
System.Formats.Tar (1)
System\Formats\Tar\GnuSparseStream.cs (1)
71
_packedStartOffsets
= new long[segments.Length];
5 references to _packedStartOffsets
System.Formats.Tar (5)
System\Formats\Tar\GnuSparseStream.cs (5)
85
_packedStartOffsets
[i] = sum;
218
Debug.Assert(_segments is not null &&
_packedStartOffsets
is not null);
243
long packedOffset =
_packedStartOffsets
[segIdx] + offsetInSeg;
289
Debug.Assert(_segments is not null &&
_packedStartOffsets
is not null);
307
int bytesRead = await ReadFromPackedDataCoreAsync<TAdapter>(buffer.AsMemory(0, toRead),
_packedStartOffsets
[i] + written, cancellationToken).ConfigureAwait(false);