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)
528_devMajor = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.DevMajor, FieldLengths.DevMajor));
System\Formats\Tar\TarHeader.Write.cs (1)
739checksum += FormatNumeric(_devMajor, buffer.Slice(FieldLocations.DevMajor, FieldLengths.DevMajor));