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