1 instantiation of PackageSearchArgs
NuGet.CommandLine.XPlat (1)
Commands\PackageSearch\PackageSearchCommand.cs (1)
113var packageSearchArgs = new PackageSearchArgs(parserResult.GetValue(skip), parserResult.GetValue(take), parserResult.GetValue(format), parserResult.GetValue(verbosity))
6 references to PackageSearchArgs
NuGet.CommandLine.XPlat (6)
Commands\PackageSearch\PackageSearchCommand.cs (3)
26public static void Register(Command rootCommand, Func<ILoggerWithColor> getLogger, Func<PackageSearchArgs, string, CancellationToken, Task<int>> setupSettingsAndRunSearchAsync) 113var packageSearchArgs = new PackageSearchArgs(parserResult.GetValue(skip), parserResult.GetValue(take), parserResult.GetValue(format), parserResult.GetValue(verbosity)) 154public static async Task<int> SetupSettingsAndRunSearchAsync(PackageSearchArgs packageSearchArgs, string configFile, CancellationToken cancellationToken)
Commands\PackageSearch\PackageSearchRunner.cs (3)
31PackageSearchArgs packageSearchArgs, 150PackageSearchArgs packageSearchArgs, 182PackageSearchArgs packageSearchArgs,