1 write to IsUserScope
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (1)
48
IsUserScope
= isUserScope;
10 references to IsUserScope
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (10)
49
Uid =
IsUserScope
? Interop.Sys.GetEUid() : 0;
59
if (
IsUserScope
)
425
if (id.
IsUserScope
)
463
UnixFileMode permissionsMask = id.
IsUserScope
494
UnixFileMode permissionsMask = id.
IsUserScope
603
!id.
IsUserScope
||
619
if (id.
IsUserScope
&& fileStatus.Uid != id.Uid)
633
if (id.
IsUserScope
)
756
SafeFileHandle? fd = id.
IsUserScope
? GetUserScopeCreationDeletionLockFileHandle(id.Uid) : _creationDeletionLockFileHandle;
784
if (id.
IsUserScope
)