1 write to pid
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (1)
126results.pid = parser.ParseNextInt32();
3 references to pid
System.Diagnostics.Process (3)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (2)
102Debug.Assert(!b || pid == ProcPid.Self|| (ProcPid)result.pid == pid, "Expected process ID from stat file to match supplied pid"); 109Debug.Assert(!b || result.pid == tid, "Expected thread ID from stat file to match supplied tid");
System\Diagnostics\ProcessManager.Linux.cs (1)
92int pid = procFsStat.pid;