6 writes to _aTime
System.Formats.Tar (6)
System\Formats\Tar\GnuTarEntry.cs (4)
38_header._aTime = default; 56_header._aTime = gnuOther.AccessTime; 67_header._aTime = default; 84_header._aTime = value;
System\Formats\Tar\TarHeader.Read.cs (1)
546_aTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(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 (1)
81get => _header._aTime;
System\Formats\Tar\TarHeader.Write.cs (2)
793if (_aTime != default) 795checksum += WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));