2 writes to _gnuSparseRealSize
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (1)
130
_gnuSparseRealSize
= other._gnuSparseRealSize;
System\Formats\Tar\TarHeader.Read.cs (1)
175
_gnuSparseRealSize
= gnuSparseRealSize;
5 references to _gnuSparseRealSize
System.Formats.Tar (5)
System\Formats\Tar\TarHeader.cs (1)
130
_gnuSparseRealSize = other.
_gnuSparseRealSize
;
System\Formats\Tar\TarHeader.Read.cs (4)
269
if (_isGnuSparse10 &&
_gnuSparseRealSize
> 0 && _dataStream is not null)
271
_gnuSparseDataStream = new GnuSparseStream(_dataStream,
_gnuSparseRealSize
);
337
if (_isGnuSparse10 &&
_gnuSparseRealSize
> 0 && _dataStream is not null)
339
_gnuSparseDataStream = new GnuSparseStream(_dataStream,
_gnuSparseRealSize
);