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