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