5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
407_mayNeedResetForThreadPool = true; 444_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)
431if (_mayNeedResetForThreadPool) 442Debug.Assert(_mayNeedResetForThreadPool);
src\System\Threading\Thread.CoreCLR.cs (2)
462if (_mayNeedResetForThreadPool) 472Debug.Assert(_mayNeedResetForThreadPool);