2 writes to _gnuSparseRealSize
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (1)
133
_gnuSparseRealSize
= other._gnuSparseRealSize;
System\Formats\Tar\TarHeader.Read.cs (1)
180
_gnuSparseRealSize
= gnuSparseRealSize;
5 references to _gnuSparseRealSize
System.Formats.Tar (5)
System\Formats\Tar\TarHeader.cs (1)
133
_gnuSparseRealSize = other.
_gnuSparseRealSize
;
System\Formats\Tar\TarHeader.Read.cs (4)
275
if (_isGnuSparse10 &&
_gnuSparseRealSize
> 0 && _dataStream is not null)
277
_gnuSparseDataStream = new GnuSparseStream(_dataStream,
_gnuSparseRealSize
);
346
if (_isGnuSparse10 &&
_gnuSparseRealSize
> 0 && _dataStream is not null)
348
_gnuSparseDataStream = new GnuSparseStream(_dataStream,
_gnuSparseRealSize
);