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