1 instantiation of ListPackageArgs
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
170var packageRefArgs = new ListPackageArgs(
28 references to ListPackageArgs
NuGet.CommandLine.XPlat (28)
Commands\PackageReferenceCommands\ListPackage\IListPackageCommandRunner.cs (1)
14Task<int> ExecuteCommandAsync(ListPackageArgs packageRefArgs);
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (2)
170var packageRefArgs = new ListPackageArgs( 247private static void WarnAboutIncompatibleOptions(ListPackageArgs packageRefArgs, IReportRenderer reportRenderer)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (11)
45public async Task<int> ExecuteCommandAsync(ListPackageArgs listPackageArgs) 54internal async Task<(int, ListPackageReportModel)> GetReportDataAsync(ListPackageArgs listPackageArgs) 97ListPackageArgs listPackageArgs) 188ListPackageArgs listPackageArgs, 352public static bool FilterPackages(IEnumerable<FrameworkPackages> packages, ListPackageArgs listPackageArgs) 426ListPackageArgs listPackageArgs) 544private void PopulateSourceRepositoryCache(ListPackageArgs listPackageArgs) 564ListPackageArgs listPackageArgs) 675ListPackageArgs listPackageArgs, 700ListPackageArgs listPackageArgs, 734private bool MeetsConstraints(NuGetVersion newVersion, InstalledPackageReference package, ListPackageArgs listPackageArgs)
ListPackage\ListPackageConsoleRenderer.cs (4)
81private static void WriteSources(TextWriter consoleOut, ListPackageArgs listPackageArgs) 93private static void WriteProjects(TextWriter consoleOut, TextWriter consoleError, List<ListPackageProjectModel> projects, ListPackageArgs listPackageArgs) 211private static void PrintProblems(TextWriter consoleOut, TextWriter consoleError, IEnumerable<ReportProblem> problems, ListPackageArgs listPackageArgs) 235private static string GetProjectHeader(string projectName, ListPackageArgs listPackageArgs)
ListPackage\ListPackageJsonRenderer.cs (5)
93ListPackageArgs listPackageArgs = listPackageReportModel.ListPackageArgs; 166private static void WriteProjects(JsonWriter writer, List<ListPackageProjectModel> reportProjects, ListPackageArgs listPackageArgs) 192private static void WriteFrameworkPackage(JsonWriter writer, List<ListPackageReportFrameworkPackage> reportFrameworkPackages, ListPackageArgs listPackageArgs) 209private static void WriteTopLevelPackages(JsonWriter writer, string property, List<ListReportPackage> topLevelPackages, ListPackageArgs listPackageArgs) 256private static void WriteTransitivePackages(JsonWriter writer, string property, List<ListReportPackage> transitivePackages, ListPackageArgs listPackageArgs)
ListPackage\ListPackageReportModel.cs (2)
16internal ListPackageArgs ListPackageArgs { get; } 23internal ListPackageReportModel(ListPackageArgs listPackageArgs)
Utility\ProjectPackagesPrintUtility.cs (3)
29ListPackageArgs listPackageArgs, 106ListPackageArgs listPackageArgs, 273internal static string[] BuildTableHeaders(bool printingTransitive, ListPackageArgs listPackageArgs)