5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
410
_mayNeedResetForThreadPool
= true;
447
_mayNeedResetForThreadPool
= false;
src\System\Threading\Thread.CoreCLR.cs (3)
231
_mayNeedResetForThreadPool
= true;
287
_mayNeedResetForThreadPool
= true;
514
_mayNeedResetForThreadPool
= false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
434
if (
_mayNeedResetForThreadPool
)
445
Debug.Assert(
_mayNeedResetForThreadPool
);
src\System\Threading\Thread.CoreCLR.cs (2)
502
if (
_mayNeedResetForThreadPool
)
512
Debug.Assert(
_mayNeedResetForThreadPool
);