5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
410_mayNeedResetForThreadPool = true; 447_mayNeedResetForThreadPool = false;
src\System\Threading\Thread.CoreCLR.cs (3)
231_mayNeedResetForThreadPool = true; 287_mayNeedResetForThreadPool = true; 514_mayNeedResetForThreadPool = false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
434if (_mayNeedResetForThreadPool) 445Debug.Assert(_mayNeedResetForThreadPool);
src\System\Threading\Thread.CoreCLR.cs (2)
502if (_mayNeedResetForThreadPool) 512Debug.Assert(_mayNeedResetForThreadPool);