1 instantiation of ToolRestoreCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
29command.RestoreCommand.SetAction(parseResult => new ToolRestoreCommand(parseResult).Execute());
1 reference to ToolRestoreCommand
dotnet (1)
Commands\Tool\Restore\ToolPackageRestorer.cs (1)
11using static Microsoft.DotNet.Cli.Commands.Tool.Restore.ToolRestoreCommand;