2 references to Description
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
71
if (!string.IsNullOrWhiteSpace(p.
Description
))
73
_reporter.WriteLine($"{CliCommandStrings.Description}: ".Bold() + p.
Description
);