2 references to Tags
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
56
if (p.
Tags
!= null)
58
_reporter.WriteLine($"{CliCommandStrings.Tags}: ".Bold() + string.Join(", ", p.
Tags
));