2 references to ShouldStop
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
144
case ThreadPoolWorkQueue.DispatchResult.
ShouldStop
:
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolWorkQueue.cs (1)
1037
return DispatchResult.
ShouldStop
;