7 references to Out
NuGet.CommandLine.XPlat (7)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
130IReportRenderer reportRenderer = GetOutputType(app.Out, app.Error, outputFormat.Value(), outputVersionOption: outputVersion.Value());
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (6)
342Out.WriteLine(string.Format("Specify --{0} for a list of available options and commands.", OptionHelp.LongName)); 354Out.WriteLine(GetHelpText(commandName)); 472Out.WriteLine(FullName); 473Out.WriteLine(LongVersionGetter()); 489Out.WriteLine(rootCmd.GetFullNameAndVersion()); 490Out.WriteLine();