2 references to AccessRights
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
32
SafeWaitHandle handle = Interop.Kernel32.CreateEventEx(lpSecurityAttributes: 0, name: null, flags,
AccessRights
);
83
handle = Interop.Kernel32.CreateEventEx((nint)securityAttributesPtr, name, eventFlags,
AccessRights
);