1 instantiation of DetailedTableFormatStrategy
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\TableFormat\TableFormatStrategyFactory.cs (1)
21
return exactMatch ? new ExactDetailedTableFormatStrategy() : new
DetailedTableFormatStrategy
();