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