3 instantiations of ReferenceAddCommand
dotnet (3)
Commands\Hidden\Add\AddCommandParser.cs (1)
18command.ReferenceCommand.SetAction(parseResult => new ReferenceAddCommand(parseResult).Execute());
Commands\New\DotnetCommandCallbacks.cs (1)
43var addProjectReferenceCommand = new ReferenceAddCommand(addCommand.Parse([.. commandArgs]));
Commands\Reference\ReferenceCommandParser.cs (1)
20command.AddCommand.SetAction(parseResult => new ReferenceAddCommand(parseResult).Execute());
1 reference to ReferenceAddCommand
dotnet (1)
Commands\New\DotnetCommandCallbacks.cs (1)
43var addProjectReferenceCommand = new ReferenceAddCommand(addCommand.Parse([.. commandArgs]));