7 writes to _prefix
System.Formats.Tar (7)
System\Formats\Tar\PaxTarEntry.cs (3)
40_header._prefix = string.Empty; 70_header._prefix = string.Empty; 88_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (1)
564_prefix = TarHelpers.ParseUtf8String(buffer.Slice(FieldLocations.Prefix, FieldLengths.Prefix));
System\Formats\Tar\UstarTarEntry.cs (3)
35_header._prefix = string.Empty; 49_header._prefix = other._header._prefix; 53_header._prefix = string.Empty;
4 references to _prefix
System.Formats.Tar (4)
System\Formats\Tar\PaxTarEntry.cs (1)
88_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (2)
568if (!string.IsNullOrEmpty(_prefix)) 572_name = $"{_prefix}/{_name}";
System\Formats\Tar\UstarTarEntry.cs (1)
49_header._prefix = other._header._prefix;