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