1 write to _threadState
System.Diagnostics.Process (1)
System\Diagnostics\ProcessManager.Linux.cs (1)
133
_threadState
= ProcFsStateToThreadState(stat.state),
2 references to _threadState
System.Diagnostics.Process (2)
System\Diagnostics\ProcessThread.cs (2)
124
get { return _threadInfo.
_threadState
; }
134
if (_threadInfo.
_threadState
!= ThreadState.Wait)