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