6 writes to _gid
System.Formats.Tar (6)
System\Formats\Tar\TarEntry.cs (1)
93_header._gid = value;
System\Formats\Tar\TarHeader.cs (1)
104_gid = other._gid;
System\Formats\Tar\TarHeader.Read.cs (2)
166_gid = gid; 431_gid = TarHelpers.ParseNumeric<int>(buffer.Slice(FieldLocations.Gid, FieldLengths.Gid)),
System\Formats\Tar\TarHeader.Write.cs (1)
470_gid = RootUidGid,
System\Formats\Tar\TarWriter.Unix.cs (1)
107entry._header._gid = (int)status.Gid;
5 references to _gid
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (1)
90get => _header._gid;
System\Formats\Tar\TarHeader.cs (2)
104_gid = other._gid; 240AddOrRemoveNumericField(ea, PaxEaGid, _gid, Octal8ByteFieldMaxValue, removeIfUnneeded);
System\Formats\Tar\TarHeader.Write.cs (2)
662if (_gid >= 0) 664checksum += FormatNumeric(_gid, buffer.Slice(FieldLocations.Gid, FieldLengths.Gid));