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)
512int count = processInfo._threadInfoList.Count; 516newThreadsArray[i] = new ProcessThread(_isRemoteMachine, _processId, (ThreadInfo)processInfo._threadInfoList[i]);
System\Diagnostics\ProcessManager.Linux.cs (1)
143pi._threadInfoList.Add(new ThreadInfo()