1 write to _notCurrentSessionOnly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedWaitHandleOptions.cs (1)
58
set =>
_notCurrentSessionOnly
= !value;
1 reference to _notCurrentSessionOnly
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedWaitHandleOptions.cs (1)
57
get => !
_notCurrentSessionOnly
;