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