3 references to TypeFlag
System.Formats.Tar (3)
System\Formats\Tar\FieldLocations.cs (1)
19internal const ushort LinkName = TypeFlag + FieldLengths.TypeFlag;
System\Formats\Tar\TarHeader.Read.cs (1)
389typeFlag: (TarEntryType)buffer[FieldLocations.TypeFlag])
System\Formats\Tar\TarHeader.Write.cs (1)
643buffer[FieldLocations.TypeFlag] = (byte)typeFlagChar;