1 reference to SEMAPHORE_MODIFY_STATE
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (1)
12private const uint AccessRights = (uint)Interop.Kernel32.MAXIMUM_ALLOWED | Interop.Kernel32.SYNCHRONIZE | Interop.Kernel32.SEMAPHORE_MODIFY_STATE;