6 references to ContiguousFile
System.Formats.Tar (6)
System\Formats\Tar\TarEntry.cs (4)
115
/// <remarks>The entry type that commonly contains data is <see cref="TarEntryType.RegularFile"/> (or <see cref="TarEntryType.V7RegularFile"/> in the <see cref="TarEntryFormat.V7"/> format). Other uncommon entry types that can also contain data are: <see cref="TarEntryType.
ContiguousFile
"/>, <see cref="TarEntryType.DirectoryList"/>, <see cref="TarEntryType.MultiVolume"/> and <see cref="TarEntryType.SparseFile"/>.</remarks>
410
if (EntryType is TarEntryType.RegularFile or TarEntryType.V7RegularFile or TarEntryType.
ContiguousFile
)
429
if (EntryType is TarEntryType.RegularFile or TarEntryType.V7RegularFile or TarEntryType.
ContiguousFile
)
442
Debug.Assert(EntryType is not (TarEntryType.RegularFile or TarEntryType.V7RegularFile or TarEntryType.
ContiguousFile
));
System\Formats\Tar\TarHeader.Read.cs (2)
209
case TarEntryType.
ContiguousFile
: // Treated as regular file
271
case TarEntryType.
ContiguousFile
: // Treated as regular file