9 references to Self
System.Diagnostics.Process (9)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (6)
76pid == ProcPid.Self ? $"{RootPath}{Self}{ExeFileName}" : 80pid == ProcPid.Self ? $"{RootPath}{Self}{CmdLineFileName}" : 84pid == ProcPid.Self ? $"{RootPath}{Self}{StatFileName}" : 88pid == ProcPid.Self ? $"{RootPath}{Self}{TaskDirectoryName}" : 92pid == ProcPid.Self ? $"{RootPath}{Self}{FileDescriptorDirectoryName}" : 96pid == ProcPid.Self ? string.Create(null, stackalloc char[256], $"{RootPath}{Self}{TaskDirectoryName}{(uint)tid}{StatFileName}") :
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.ParseMapModules.cs (1)
19pid == ProcPid.Self ? $"{RootPath}{Self}{MapsFileName}" :
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (1)
54pid == ProcPid.Self ? $"{RootPath}{Self}{StatusFileName}" :
System\Diagnostics\ProcessManager.Linux.cs (1)
278if (Interop.Sys.ReadLink($"{Interop.procfs.RootPath}{Interop.procfs.Self}") is string target &&