2 instantiations of PackageListCommand
dotnet (2)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
40command.SetAction((parseResult) => new PackageListCommand(parseResult).Execute());
Commands\Package\List\PackageListCommandParser.cs (1)
127command.SetAction((parseResult) => new PackageListCommand(parseResult).Execute());
1 reference to PackageListCommand
dotnet.Tests (1)
CommandTests\Package\List\GivenDotnetListPackage.cs (1)
351Action checkRules = () => Microsoft.DotNet.Cli.Commands.Package.List.PackageListCommand.EnforceOptionRules(parseResult);