6 writes to _cTime
System.Formats.Tar (6)
System\Formats\Tar\GnuTarEntry.cs (4)
39
_header.
_cTime
= default;
57
_header.
_cTime
= gnuOther.ChangeTime;
68
_header.
_cTime
= default;
100
_header.
_cTime
= value;
System\Formats\Tar\TarHeader.Read.cs (1)
552
_cTime
= TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(cTime);
System\Formats\Tar\TarHeader.Write.cs (1)
478
_cTime
= default, // LongLink/LongPath entries store these as nulls
3 references to _cTime
System.Formats.Tar (3)
System\Formats\Tar\GnuTarEntry.cs (1)
97
get => _header.
_cTime
;
System\Formats\Tar\TarHeader.Write.cs (2)
797
if (
_cTime
!= default)
799
checksum += WriteAsTimestamp(
_cTime
, buffer.Slice(FieldLocations.CTime, FieldLengths.CTime));