1 instantiation of ToolUpdateCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
23
public readonly ToolUpdateCommandDefinition UpdateCommand =
new
();
6 references to ToolUpdateCommandDefinition
dotnet (5)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
80
if (Definition is
ToolUpdateCommandDefinition
updateDef)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
45
if (Definition is
ToolUpdateCommandDefinition
updateDef)
Commands\Tool\Update\ToolUpdateCommand.cs (1)
16
internal sealed class ToolUpdateCommand : CommandBase<
ToolUpdateCommandDefinition
>
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
21
internal sealed class ToolUpdateGlobalOrToolPathCommand : CommandBase<
ToolUpdateCommandDefinition
>
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
16
internal sealed class ToolUpdateLocalCommand : CommandBase<
ToolUpdateCommandDefinition
>
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
23
public readonly
ToolUpdateCommandDefinition
UpdateCommand = new();