5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
430_mayNeedResetForThreadPool = true; 467_mayNeedResetForThreadPool = false;
src\System\Threading\Thread.CoreCLR.cs (3)
229_mayNeedResetForThreadPool = true; 285_mayNeedResetForThreadPool = true; 519_mayNeedResetForThreadPool = false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
454if (_mayNeedResetForThreadPool) 465Debug.Assert(_mayNeedResetForThreadPool);
src\System\Threading\Thread.CoreCLR.cs (2)
507if (_mayNeedResetForThreadPool) 517Debug.Assert(_mayNeedResetForThreadPool);