4 references to Authors
dotnet-aot (4)
parent\dotnet\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
));