5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
404
_mayNeedResetForThreadPool
= true;
441
_mayNeedResetForThreadPool
= false;
src\System\Threading\Thread.CoreCLR.cs (3)
220
_mayNeedResetForThreadPool
= true;
276
_mayNeedResetForThreadPool
= true;
474
_mayNeedResetForThreadPool
= false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
428
if (
_mayNeedResetForThreadPool
)
439
Debug.Assert(
_mayNeedResetForThreadPool
);
src\System\Threading\Thread.CoreCLR.cs (2)
462
if (
_mayNeedResetForThreadPool
)
472
Debug.Assert(
_mayNeedResetForThreadPool
);