4 references to Authors
dotnet (4)
Commands\Tool\Search\SearchResultPrinter.cs (4)
34
p => p.
Authors
== null ? "" : string.Join(", ", p.
Authors
));
51
if (p.
Authors
!= null)
53
_reporter.WriteLine($"{CliCommandStrings.Authors}: ".Bold() + string.Join(", ", p.
Authors
));