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