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