1 write to _mode
NuGet.Common (1)
Migrations\PosixPermissions.cs (1)
14_mode = mode;
5 references to _mode
NuGet.Common (5)
Migrations\PosixPermissions.cs (5)
19string mode = Convert.ToString(_mode, 8); 31int combined = _mode & umask._mode; 37int mode = _mode & (~umask._mode);