1 write to Mode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.Unix.cs (1)
24status.Mode = default;
2 references to Mode
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (2)
28TarEntryType entryType = (status.Mode & (uint)Interop.Sys.FileTypes.S_IFMT) switch 73entry._header._mode = status.Mode & (int)TarHelpers.ValidUnixFileModes;