3 references to Mode
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
13internal const ushort Uid = Mode + FieldLengths.Mode;
System\Formats\Tar\TarHeader.Read.cs (1)
388mode: TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.Mode, FieldLengths.Mode)),
System\Formats\Tar\TarHeader.Write.cs (1)
619checksum += FormatNumeric(_mode, buffer.Slice(FieldLocations.Mode, FieldLengths.Mode));