2 types derived from ToolUpdateInstallCommandDefinition
Microsoft.DotNet.Cli.Definitions (2)
Commands\Tool\ToolInstallCommandDefinition.cs (1)
8internal sealed class ToolInstallCommandDefinition : ToolUpdateInstallCommandDefinition
Commands\Tool\ToolUpdateCommandDefinition.cs (1)
8internal sealed class ToolUpdateCommandDefinition : ToolUpdateInstallCommandDefinition
2 references to ToolUpdateInstallCommandDefinition
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
30internal sealed class ToolInstallGlobalOrToolPathCommand : CommandBase<ToolUpdateInstallCommandDefinition>
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
18internal sealed class ToolInstallLocalCommand : CommandBase<ToolUpdateInstallCommandDefinition>