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