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)
19
string mode = Convert.ToString(
_mode
, 8);
31
int combined =
_mode
& umask.
_mode
;
37
int mode =
_mode
& (~umask.
_mode
);