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"/>
296
Debug.Assert(_numPendingRemoves <=
_pendingRemoves
.Length);
311
RegisteredWaitHandle waitHandleToRemove =
_pendingRemoves
[i]!;
348
_pendingRemoves
[i] = null;
447
if (Array.IndexOf(
_pendingRemoves
, handle) < 0)
449
_pendingRemoves
[_numPendingRemoves++] = handle;