4 references to ListCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
45command.ListCommand.SetAction(parseResult => new ToolListCommand(parseResult).Execute());
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Tool\ToolCommandParser.cs (2)
30command.ListCommand.SetAction(parseResult => 31command.ListCommand.LocationOptions.IsGlobalOrToolPath(parseResult)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
38Subcommands.Add(ListCommand);