1 instantiation of Column
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\Table.cs (1)
53
_columns.Add(new
Column
{ Header = header, Width = header.Length });
2 references to Column
NuGet.CommandLine.XPlat (2)
Commands\PackageSearch\Table.cs (2)
27
internal readonly List<
Column
> _columns = new List<
Column
>();