2 references to SetEvent
mscorlib (2)
system\threading\eventwaithandle.cs (1)
275
bool res = Win32Native.
SetEvent
(safeWaitHandle);
system\threading\timer.cs (1)
690
Win32Native.
SetEvent
(m_notifyWhenNoCallbacksRunning.SafeWaitHandle);