4 references to TaskDirectoryName
System.Diagnostics.Process (4)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (4)
88
pid == ProcPid.Self ? $"{RootPath}{Self}{
TaskDirectoryName
}" :
89
string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{
TaskDirectoryName
}");
96
pid == ProcPid.Self ? string.Create(null, stackalloc char[256], $"{RootPath}{Self}{
TaskDirectoryName
}{(uint)tid}{StatFileName}") :
97
string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{
TaskDirectoryName
}{(uint)tid}{StatFileName}");