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)
233_mayNeedResetForThreadPool = true; 289_mayNeedResetForThreadPool = true; 516_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)
504if (_mayNeedResetForThreadPool) 514Debug.Assert(_mayNeedResetForThreadPool);