1 write to GetContent
dotnet-aot (1)
src\sdk\src\Cli\dotnet\PrintableTable.cs (1)
42GetContent = getContent,
2 references to GetContent
dotnet-aot (2)
src\sdk\src\Cli\dotnet\PrintableTable.cs (2)
109return EnumerateLines(widths, [.. _columns.Select(c => new StringInfo(c.GetContent(row) ?? ""))]); 187new StringInfo(c.GetContent(row) ?? "").LengthInTextElements);