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