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