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