5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
417
_mayNeedResetForThreadPool
= true;
454
_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)
441
if (
_mayNeedResetForThreadPool
)
452
Debug.Assert(
_mayNeedResetForThreadPool
);
src\System\Threading\Thread.CoreCLR.cs (2)
464
if (
_mayNeedResetForThreadPool
)
474
Debug.Assert(
_mayNeedResetForThreadPool
);