1 write to Mode
System.Formats.Tar (1)
System\Formats\Tar\TarWriter.Unix.cs (1)
23status.Mode = default;
2 references to Mode
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (2)
27int fileType = status.Mode & Interop.Sys.FileTypes.S_IFMT; 95entry._header._mode = status.Mode & (int)TarHelpers.ValidUnixFileModes;