5 writes to _mayNeedResetForThreadPool
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
430
_mayNeedResetForThreadPool
= true;
467
_mayNeedResetForThreadPool
= false;
src\System\Threading\Thread.CoreCLR.cs (3)
225
_mayNeedResetForThreadPool
= true;
281
_mayNeedResetForThreadPool
= true;
513
_mayNeedResetForThreadPool
= false;
4 references to _mayNeedResetForThreadPool
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (2)
454
if (
_mayNeedResetForThreadPool
)
465
Debug.Assert(
_mayNeedResetForThreadPool
);
src\System\Threading\Thread.CoreCLR.cs (2)
501
if (
_mayNeedResetForThreadPool
)
511
Debug.Assert(
_mayNeedResetForThreadPool
);