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