4 references to DevMinor
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (2)
32internal const ushort Prefix = DevMinor + FieldLengths.DevMinor; 36internal const ushort ATime = DevMinor + FieldLengths.DevMinor;
System\Formats\Tar\TarHeader.Read.cs (1)
530_devMinor = (int)TarHelpers.ParseOctal<uint>(buffer.Slice(FieldLocations.DevMinor, FieldLengths.DevMinor));
System\Formats\Tar\TarHeader.Write.cs (1)
747checksum += FormatOctal(_devMinor, buffer.Slice(FieldLocations.DevMinor, FieldLengths.DevMinor));