7 writes to _prefix
System.Formats.Tar (7)
System\Formats\Tar\PaxTarEntry.cs (3)
55_header._prefix = string.Empty; 96_header._prefix = string.Empty; 114_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (1)
553_prefix = TarHelpers.GetTrimmedUtf8String(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)
114_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (2)
557if (!string.IsNullOrEmpty(_prefix)) 561_name = $"{_prefix}/{_name}";
System\Formats\Tar\UstarTarEntry.cs (1)
49_header._prefix = other._header._prefix;