3 references to DevMajor
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
28internal const ushort DevMinor = DevMajor + FieldLengths.DevMajor;
System\Formats\Tar\TarHeader.Read.cs (1)
527_devMajor = (int)TarHelpers.ParseOctal<uint>(buffer.Slice(FieldLocations.DevMajor, FieldLengths.DevMajor));
System\Formats\Tar\TarHeader.Write.cs (1)
742checksum += FormatOctal(_devMajor, buffer.Slice(FieldLocations.DevMajor, FieldLengths.DevMajor));