2 writes to _threadInfoList
System.Diagnostics.Process (2)
System\Diagnostics\ProcessInfo.cs (2)
34_threadInfoList = new List<ThreadInfo>(); 39_threadInfoList = new List<ThreadInfo>(threadsNumber);
3 references to _threadInfoList
System.Diagnostics.Process (3)
System\Diagnostics\Process.cs (2)
595int count = _processInfo!._threadInfoList.Count; 599newThreadsArray[i] = new ProcessThread(_isRemoteMachine, _processId, (ThreadInfo)_processInfo._threadInfoList[i]);
System\Diagnostics\ProcessManager.Linux.cs (1)
120pi._threadInfoList.Add(new ThreadInfo()