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)
557
if (!string.IsNullOrEmpty(
_prefix
))
561
_name = $"{
_prefix
}/{_name}";
System\Formats\Tar\UstarTarEntry.cs (1)
49
_header._prefix = other._header.
_prefix
;