4 references to GetCommand
dotnet (4)
Commands\New\DotnetCommandCallbacks.cs (2)
24
var addPackageReferenceCommand = new PackageAddCommand(AddCommandParser.
GetCommand
().Parse([.. commandArgs]));
33
var addProjectReferenceCommand = new ReferenceAddCommand(AddCommandParser.
GetCommand
().Parse([.. commandArgs]));
Parser.cs (2)
61
AddCommandParser.
GetCommand
(),
412
else if (command.Name.Equals(AddPackageCommandParser.GetCommand().Name) || command.Name.Equals(AddCommandParser.
GetCommand
().Name))