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