6 references to ThreadState
mscorlib (2)
system\threading\Tasks\Task.cs (1)
3609
(Thread.CurrentThread.
ThreadState
== ThreadState.AbortRequested) ||
system\threading\thread.cs (1)
564
if ((thread.
ThreadState
& ThreadState.AbortRequested) == 0)
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
350
if (currentList.m_ownerThread.
ThreadState
== System.Threading.ThreadState.Stopped)
sys\system\Media\SoundPlayer.cs (1)
197
if (copyThread != null && copyThread.
ThreadState
== System.Threading.ThreadState.Running) {
System.Web (1)
HttpApplication.cs (1)
2233
((Thread.CurrentThread.
ThreadState
& ThreadState.AbortRequested) == 0)) {
System.Workflow.Runtime (1)
DebugEngine\DebugControllerThread.cs (1)
65
while (this.controllerThread.
ThreadState
== System.Threading.ThreadState.WaitSleepJoin)