4 references to _changeHandlesEvent
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (4)
156/// The zeroth element of this array is always <see cref="_changeHandlesEvent"/>. 182_waitHandles[0] = _changeHandlesEvent.SafeWaitHandle; 413_changeHandlesEvent.Set(); 450_changeHandlesEvent.Set(); // Tell the wait thread that there are changes pending.