1 instantiation of MinimalTableFormatStrategy
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\TableFormat\TableFormatStrategyFactory.cs (1)
17
return exactMatch ? new ExactMinimalTableFormatStrategy() : new
MinimalTableFormatStrategy
();