5 references to GetCorrectTypeFlagForFormat
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (1)
60
TarEntryType compatibleEntryType = TarHelpers.
GetCorrectTypeFlagForFormat
(format, other.EntryType);
System\Formats\Tar\TarHeader.Write.cs (4)
171
TarEntryType actualEntryType = TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.V7, _typeFlag);
181
TarEntryType actualEntryType = TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Ustar, _typeFlag);
450
tmpChecksum += WriteCommonFields(buffer, TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Gnu, _typeFlag));
493
tmpChecksum += WriteCommonFields(buffer, TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Pax, _typeFlag));