2 writes to threadState
System (2)
services\monitoring\system\diagnosticts\ProcessManager.cs (2)
911threadInfo.threadState = (ThreadState)value; 1216threadInfo.threadState = (ThreadState)ti.ThreadState;
2 references to threadState
System (2)
services\monitoring\system\diagnosticts\ProcessThread.cs (2)
252return threadInfo.threadState; 288if (threadInfo.threadState != ThreadState.Wait) {