3 references to TryReadStatFile
System.Diagnostics.Process (3)
System\Diagnostics\Process.Linux.cs (1)
35
Interop.procfs.
TryReadStatFile
(procPid, out Interop.procfs.ParsedStat parsedStat))
System\Diagnostics\ProcessManager.Linux.cs (2)
79
Interop.procfs.
TryReadStatFile
(procPid, out Interop.procfs.ParsedStat stat))
222
return Interop.procfs.
TryReadStatFile
(procPid, out stat);