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.