5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
404_mayNeedResetForThreadPool = true; 441_mayNeedResetForThreadPool = false;
src\System\Threading\Thread.CoreCLR.cs (3)
220_mayNeedResetForThreadPool = true; 276_mayNeedResetForThreadPool = true; 474_mayNeedResetForThreadPool = false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
428if (_mayNeedResetForThreadPool) 439Debug.Assert(_mayNeedResetForThreadPool);
src\System\Threading\Thread.CoreCLR.cs (2)
462if (_mayNeedResetForThreadPool) 472Debug.Assert(_mayNeedResetForThreadPool);