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