5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
418
_mayNeedResetForThreadPool
= true;
455
_mayNeedResetForThreadPool
= false;
src\System\Threading\Thread.CoreCLR.cs (3)
220
_mayNeedResetForThreadPool
= true;
276
_mayNeedResetForThreadPool
= true;
476
_mayNeedResetForThreadPool
= false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
442
if (
_mayNeedResetForThreadPool
)
453
Debug.Assert(
_mayNeedResetForThreadPool
);
src\System\Threading\Thread.CoreCLR.cs (2)
464
if (
_mayNeedResetForThreadPool
)
474
Debug.Assert(
_mayNeedResetForThreadPool
);