2 references to StatusFileName
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (2)
54
pid == ProcPid.Self ? $"{RootPath}{Self}{
StatusFileName
}" :
55
string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{
StatusFileName
}");