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