1 instantiation of ListPackageArgs
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
132var packageRefArgs = new ListPackageArgs(
28 references to ListPackageArgs
NuGet.CommandLine.XPlat (28)
Commands\PackageReferenceCommands\ListPackage\IListPackageCommandRunner.cs (1)
12Task<int> ExecuteCommandAsync(ListPackageArgs packageRefArgs);
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (2)
132var packageRefArgs = new ListPackageArgs( 209private static void WarnAboutIncompatibleOptions(ListPackageArgs packageRefArgs, IReportRenderer reportRenderer)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (11)
43public async Task<int> ExecuteCommandAsync(ListPackageArgs listPackageArgs) 51internal async Task<(int, ListPackageReportModel)> GetReportDataAsync(ListPackageArgs listPackageArgs) 93ListPackageArgs listPackageArgs) 184ListPackageArgs listPackageArgs, 348public static bool FilterPackages(IEnumerable<FrameworkPackages> packages, ListPackageArgs listPackageArgs) 422ListPackageArgs listPackageArgs) 540private void PopulateSourceRepositoryCache(ListPackageArgs listPackageArgs) 560ListPackageArgs listPackageArgs) 671ListPackageArgs listPackageArgs, 696ListPackageArgs listPackageArgs, 730private 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)