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