6 references to _pendingRemoves
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (6)
286/// Go through the <see cref="_pendingRemoves"/> array and remove those registered wait handles from the <see cref="_registeredWaits"/> 296Debug.Assert(_numPendingRemoves <= _pendingRemoves.Length); 311RegisteredWaitHandle waitHandleToRemove = _pendingRemoves[i]!; 348_pendingRemoves[i] = null; 447if (Array.IndexOf(_pendingRemoves, handle) < 0) 449_pendingRemoves[_numPendingRemoves++] = handle;