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)
27internal readonly List<Column> _columns = new List<Column>();