1 implementation of ExecuteCommandAsync
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (1)
43public async Task<int> ExecuteCommandAsync(ListPackageArgs listPackageArgs)
1 reference to ExecuteCommandAsync
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (1)
151return await listPackageCommandRunner.ExecuteCommandAsync(packageRefArgs);