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)
175
TarEntryType actualEntryType = TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.V7, _typeFlag);
185
TarEntryType actualEntryType = TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Ustar, _typeFlag);
487
tmpChecksum += WriteCommonFields(buffer, TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Gnu, _typeFlag));
530
tmpChecksum += WriteCommonFields(buffer, TarHelpers.
GetCorrectTypeFlagForFormat
(TarEntryFormat.Pax, _typeFlag));