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)
97get => _header._cTime;
System\Formats\Tar\TarHeader.Write.cs (2)
797if (_cTime != default) 799checksum += WriteAsTimestamp(_cTime, buffer.Slice(FieldLocations.CTime, FieldLengths.CTime));