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