1 write to _threadInfo
System.Diagnostics.Process (1)
System\Diagnostics\ProcessThread.cs (1)
33
_threadInfo
= threadInfo;
7 references to _threadInfo
System.Diagnostics.Process (7)
System\Diagnostics\ProcessThread.cs (7)
42
get { return
_threadInfo
._basePriority; }
52
get { return
_threadInfo
._currentPriority; }
60
get { return unchecked((int)
_threadInfo
._threadId); }
116
get { return (IntPtr)
_threadInfo
._startAddress; }
124
get { return
_threadInfo
._threadState; }
134
if (
_threadInfo
._threadState != ThreadState.Wait)
138
return
_threadInfo
._threadWaitReason;