9 references to Run
dotnet (9)
Commands\NuGet\NuGetCommandParser.cs (8)
45command.SetAction(NuGetCommand.Run); 70deleteCommand.SetAction(NuGetCommand.Run); 97localsCommand.SetAction(NuGetCommand.Run); 136pushCommand.SetAction(NuGetCommand.Run); 157verifyCommand.SetAction(NuGetCommand.Run); 187trustCommand.SetAction(NuGetCommand.Run); 193command.SetAction(NuGetCommand.Run); 265signCommand.SetAction(NuGetCommand.Run);
Parser.cs (1)
360NuGetCommand.Run(context.ParseResult);