2 references to CreateProcessInfo
System.Diagnostics.Process (2)
System\Diagnostics\Process.Linux.cs (1)
41ProcessInfo processInfo = ProcessManager.CreateProcessInfo(procPid, ref parsedStat, ref parsedStatus, actualProcessName);
System\Diagnostics\ProcessManager.Linux.cs (1)
82return CreateProcessInfo(procPid, ref stat, ref status);