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