4 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
410_mayNeedResetForThreadPool = true; 447_mayNeedResetForThreadPool = false;
System\Threading\Thread.NativeAot.cs (2)
169_mayNeedResetForThreadPool = true; 263_mayNeedResetForThreadPool = true;
2 references to _mayNeedResetForThreadPool
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
434if (_mayNeedResetForThreadPool) 445Debug.Assert(_mayNeedResetForThreadPool);