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)
434
if (
_mayNeedResetForThreadPool
)
445
Debug.Assert(
_mayNeedResetForThreadPool
);