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