5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
417_mayNeedResetForThreadPool = true; 454_mayNeedResetForThreadPool = false;
src\System\Threading\Thread.CoreCLR.cs (3)
220_mayNeedResetForThreadPool = true; 276_mayNeedResetForThreadPool = true; 476_mayNeedResetForThreadPool = false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
441if (_mayNeedResetForThreadPool) 452Debug.Assert(_mayNeedResetForThreadPool);
src\System\Threading\Thread.CoreCLR.cs (2)
464if (_mayNeedResetForThreadPool) 474Debug.Assert(_mayNeedResetForThreadPool);