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