3 references to Prefix
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
50internal const ushort PosixPadding = Prefix + FieldLengths.Prefix;
System\Formats\Tar\TarHeader.Read.cs (1)
552_prefix = TarHelpers.GetTrimmedUtf8String(buffer.Slice(FieldLocations.Prefix, FieldLengths.Prefix));
System\Formats\Tar\TarHeader.Write.cs (1)
588int checksum = WriteLeftAlignedBytesAndGetChecksum(prefix, buffer.Slice(FieldLocations.Prefix, FieldLengths.Prefix));