1 instantiation of ThreadInfo
System.Diagnostics.Process (1)
System\Diagnostics\ProcessManager.Linux.cs (1)
126
pi._threadInfoList.Add(new
ThreadInfo
()
6 references to ThreadInfo
System.Diagnostics.Process (6)
System\Diagnostics\Process.cs (1)
599
newThreadsArray[i] = new ProcessThread(_isRemoteMachine, _processId, (
ThreadInfo
)_processInfo._threadInfoList[i]);
System\Diagnostics\ProcessInfo.cs (3)
16
internal readonly List<
ThreadInfo
> _threadInfoList;
34
_threadInfoList = new List<
ThreadInfo
>();
39
_threadInfoList = new List<
ThreadInfo
>(threadsNumber);
System\Diagnostics\ProcessThread.cs (2)
21
private readonly
ThreadInfo
_threadInfo;
29
internal ProcessThread(bool isRemoteMachine, int processId,
ThreadInfo
threadInfo)