2 references to PaxEaGName
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.Read.cs (1)
160
if (ExtendedAttributes.TryGetValue(
PaxEaGName
, out string? paxEaGName))
System\Formats\Tar\TarHeader.Write.cs (1)
913
TryAddStringField(ExtendedAttributes,
PaxEaGName
, _gName, FieldLengths.GName);