3 references to Uid
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
14internal const ushort Gid = Uid + FieldLengths.Uid;
System\Formats\Tar\TarHeader.Read.cs (1)
394_uid = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.Uid, FieldLengths.Uid)),
System\Formats\Tar\TarHeader.Write.cs (1)
624checksum += FormatNumeric(_uid, buffer.Slice(FieldLocations.Uid, FieldLengths.Uid));