2 references to ReferenceCommand
dotnet (1)
Commands\Hidden\Add\AddCommandParser.cs (1)
18
command.
ReferenceCommand
.SetAction(parseResult => new ReferenceAddCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Hidden\Add\AddCommandDefinition.cs (1)
30
Subcommands.Add(
ReferenceCommand
);