5 writes to _mTime
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (1)
108_header._mTime = value;
System\Formats\Tar\TarHeader.cs (1)
91_mTime = mTime;
System\Formats\Tar\TarHeader.Read.cs (1)
126_mTime = mTime;
System\Formats\Tar\TarHeader.Write.cs (1)
472_mTime = DateTimeOffset.UnixEpoch, // Stores as series of 0 characters
System\Formats\Tar\TarWriter.Unix.cs (1)
65entry._header._mTime = TarHelpers.GetDateTimeOffsetFromSecondsSinceEpoch(status.MTime);
4 references to _mTime
System.Formats.Tar (4)
System\Formats\Tar\TarEntry.cs (1)
101get => _header._mTime;
System\Formats\Tar\TarHeader.cs (1)
101: this(format, other._name, other._mode, other._mTime, typeFlag)
System\Formats\Tar\TarHeader.Write.cs (2)
673checksum += WriteAsTimestamp(_mTime, buffer.Slice(FieldLocations.MTime, FieldLengths.MTime)); 947ExtendedAttributes[PaxEaMTime] = TarHelpers.GetTimestampStringFromDateTimeOffset(_mTime);