2 writes to _isGnuSparse10
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (1)
131
_isGnuSparse10
= other._isGnuSparse10;
System\Formats\Tar\TarHeader.Read.cs (1)
183
_isGnuSparse10
= true;
3 references to _isGnuSparse10
System.Formats.Tar (3)
System\Formats\Tar\TarHeader.cs (1)
131
_isGnuSparse10 = other.
_isGnuSparse10
;
System\Formats\Tar\TarHeader.Read.cs (2)
269
if (
_isGnuSparse10
&& _gnuSparseRealSize > 0 && _dataStream is not null)
337
if (
_isGnuSparse10
&& _gnuSparseRealSize > 0 && _dataStream is not null)