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