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)
42get { return _threadInfo._basePriority; } 52get { return _threadInfo._currentPriority; } 60get { return unchecked((int)_threadInfo._threadId); } 116get { return (IntPtr)_threadInfo._startAddress; } 124get { return _threadInfo._threadState; } 134if (_threadInfo._threadState != ThreadState.Wait) 138return _threadInfo._threadWaitReason;