2 references to RootPath
System.Private.CoreLib (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}");