2 references to CREATE_EVENT_INITIAL_SET
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
29
uint flags = initialState ? Interop.Kernel32.
CREATE_EVENT_INITIAL_SET
: 0;
80
uint eventFlags = initialState ? Interop.Kernel32.
CREATE_EVENT_INITIAL_SET
: 0;