14 references to _reporter
dotnet (14)
Commands\Tool\Search\SearchResultPrinter.cs (14)
19_reporter.WriteLine(CliCommandStrings.NoResult); 42table.PrintRows(searchResultPackages, l => _reporter.WriteLine(l)); 48_reporter.WriteLine("----------------".Bold()); 49_reporter.WriteLine(p.Id.ToString()); 50_reporter.WriteLine($"{CliCommandStrings.LatestVersion}: ".Bold() + p.LatestVersion); 53_reporter.WriteLine($"{CliCommandStrings.Authors}: ".Bold() + string.Join(", ", p.Authors)); 58_reporter.WriteLine($"{CliCommandStrings.Tags}: ".Bold() + string.Join(", ", p.Tags)); 61_reporter.WriteLine($"{CliCommandStrings.Downloads}: ".Bold() + p.TotalDownloads); 64_reporter.WriteLine($"{CliCommandStrings.Verified}: ".Bold() + p.Verified.ToString()); 68_reporter.WriteLine($"{CliCommandStrings.Summary}: ".Bold() + p.Summary); 73_reporter.WriteLine($"{CliCommandStrings.Description}: ".Bold() + p.Description); 78_reporter.WriteLine($"{CliCommandStrings.Versions}: ".Bold()); 81_reporter.WriteLine( 86_reporter.WriteLine();