7 writes to _prefix
System.Formats.Tar (7)
System\Formats\Tar\PaxTarEntry.cs (3)
42_header._prefix = string.Empty; 72_header._prefix = string.Empty; 90_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (1)
563_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)
90_header._prefix = other._header._prefix;
System\Formats\Tar\TarHeader.Read.cs (2)
567if (!string.IsNullOrEmpty(_prefix)) 571_name = $"{_prefix}/{_name}";
System\Formats\Tar\UstarTarEntry.cs (1)
49_header._prefix = other._header._prefix;