8 references to _waitHandles
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (8)
182_waitHandles[0] = _changeHandlesEvent.SafeWaitHandle; 244int signaledHandleIndex = WaitHandle.WaitAny(new ReadOnlySpan<SafeWaitHandle>(_waitHandles, 0, numUserWaits + 1), timeoutDurationMs); 287/// and <see cref="_waitHandles"/> arrays, filling the holes along the way. 337Array.Copy(_waitHandles, removeAt + 1, _waitHandles, removeAt, count - (removeAt + 1)); 338_waitHandles[count - 1] = null!; 344_waitHandles[j + 1] = null!; 408_waitHandles[_numUserWaits + 1] = handle.Handle;