2 references to TryParseStatFile
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (2)
101
bool b =
TryParseStatFile
(GetStatFilePathForProcess(pid), out result);
108
bool b =
TryParseStatFile
(GetStatFilePathForThread(pid, tid), out result);