7 writes to _aTime
System.Formats.Tar (7)
System\Formats\Tar\GnuTarEntry.cs (5)
36
_header.
_aTime
= _header._mTime; // mtime was set in base constructor
51
_header.
_aTime
= gnuOther.AccessTime;
65
_header.
_aTime
= aTime;
82
_header.
_aTime
= now;
101
_header.
_aTime
= value;
System\Formats\Tar\TarHeader.Read.cs (1)
541
_aTime
= TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(aTime);
System\Formats\Tar\TarWriter.Unix.cs (1)
66
entry._header.
_aTime
= TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(status.ATime);
2 references to _aTime
System.Formats.Tar (2)
System\Formats\Tar\GnuTarEntry.cs (1)
98
get => _header.
_aTime
;
System\Formats\Tar\TarHeader.Write.cs (1)
753
int checksum = WriteAsTimestamp(
_aTime
, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));