4 references to StatFileName
System.Diagnostics.Process (4)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (4)
84pid == ProcPid.Self ? $"{RootPath}{Self}{StatFileName}" : 85string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{StatFileName}"); 96pid == ProcPid.Self ? string.Create(null, stackalloc char[256], $"{RootPath}{Self}{TaskDirectoryName}{(uint)tid}{StatFileName}") : 97string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{TaskDirectoryName}{(uint)tid}{StatFileName}");