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