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;
244
int signaledHandleIndex = WaitHandle.WaitAny(new ReadOnlySpan<SafeWaitHandle>(
_waitHandles
, 0, numUserWaits + 1), timeoutDurationMs);
287
/// and <see cref="
_waitHandles
"/> arrays, filling the holes along the way.
337
Array.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;