2 references to ReferenceCommand
dotnet (1)
Commands\Hidden\List\ListCommandParser.cs (1)
18
command.
ReferenceCommand
.SetAction(parseResult => new ReferenceListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Hidden\List\ListCommandDefinition.cs (1)
36
Subcommands.Add(
ReferenceCommand
);