4 writes to _aTime
System.Formats.Tar (4)
System\Formats\Tar\GnuTarEntry.cs (2)
57
_header.
_aTime
= gnuOther.AccessTime;
79
_header.
_aTime
= value;
System\Formats\Tar\TarHeader.Read.cs (1)
539
_aTime
= ParseAsTimestamp(buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));
System\Formats\Tar\TarHeader.Write.cs (1)
477
_aTime
= default, // LongLink/LongPath entries store these as nulls
3 references to _aTime
System.Formats.Tar (3)
System\Formats\Tar\GnuTarEntry.cs (2)
62
Debug.Assert(_header.
_aTime
== default);
76
get => _header.
_aTime
;
System\Formats\Tar\TarHeader.Write.cs (1)
793
checksum += WriteAsTimestamp(
_aTime
, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));