4 writes to _cTime
System.Formats.Tar (4)
System\Formats\Tar\GnuTarEntry.cs (2)
58_header._cTime = gnuOther.ChangeTime; 95_header._cTime = value;
System\Formats\Tar\TarHeader.Read.cs (1)
541_cTime = ParseAsTimestamp(buffer.Slice(FieldLocations.CTime, FieldLengths.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 (2)
63Debug.Assert(_header._cTime == default); 92get => _header._cTime;
System\Formats\Tar\TarHeader.Write.cs (1)
794checksum += WriteAsTimestamp(_cTime, buffer.Slice(FieldLocations.CTime, FieldLengths.CTime));