1 instantiation of NormalTableFormatStrategy
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\TableFormat\TableFormatStrategyFactory.cs (1)
19
return exactMatch ? new ExactNormalTableFormatStrategy() : new
NormalTableFormatStrategy
();