4 references to LinkName
System.Formats.Tar (4)
System\Formats\Tar\FieldLocations.cs (2)
23internal const ushort Magic = LinkName + FieldLengths.LinkName; 49internal const ushort V7Padding = LinkName + FieldLengths.LinkName;
System\Formats\Tar\TarHeader.Read.cs (1)
395_linkName = TarHelpers.GetTrimmedUtf8String(buffer.Slice(FieldLocations.LinkName, FieldLengths.LinkName))
System\Formats\Tar\TarHeader.Write.cs (1)
661checksum += WriteAsUtf8String(linkName, buffer.Slice(FieldLocations.LinkName, FieldLengths.LinkName));