3 instantiations of ReferenceAddCommand
dotnet (3)
Commands\Hidden\Add\Reference\AddReferenceCommandParser.cs (1)
30
command.SetAction((parseResult) => new
ReferenceAddCommand
(parseResult).Execute());
Commands\New\DotnetCommandCallbacks.cs (1)
33
var addProjectReferenceCommand = new
ReferenceAddCommand
(AddCommandParser.GetCommand().Parse([.. commandArgs]));
Commands\Reference\Add\ReferenceAddCommandParser.cs (1)
48
command.SetAction((parseResult) => new
ReferenceAddCommand
(parseResult).Execute());
1 reference to ReferenceAddCommand
dotnet (1)
Commands\New\DotnetCommandCallbacks.cs (1)
33
var
addProjectReferenceCommand = new ReferenceAddCommand(AddCommandParser.GetCommand().Parse([.. commandArgs]));