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)
62Debug.Assert(_header._aTime == default); 76get => _header._aTime;
System\Formats\Tar\TarHeader.Write.cs (1)
793checksum += WriteAsTimestamp(_aTime, buffer.Slice(FieldLocations.ATime, FieldLengths.ATime));