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)
225_mayNeedResetForThreadPool = true; 281_mayNeedResetForThreadPool = true; 513_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)
501if (_mayNeedResetForThreadPool) 511Debug.Assert(_mayNeedResetForThreadPool);