3 references to RemoveCommand
dotnet (2)
Commands\Reference\ReferenceCommandParser.cs (2)
25
var projectPathArgument = command.
RemoveCommand
.ProjectPathArgument;
29
command.
RemoveCommand
.SetAction(parseResult => new ReferenceRemoveCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Reference\ReferenceCommandDefinition.cs (1)
36
Subcommands.Add(
RemoveCommand
);