1 instantiation of ToolInstallCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
21public readonly ToolInstallCommandDefinition InstallCommand = new();
6 references to ToolInstallCommandDefinition
dotnet (5)
Commands\Tool\Install\ToolInstallCommand.cs (1)
11internal sealed class ToolInstallCommand : CommandBase<ToolInstallCommandDefinition>
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
87var installDef = (ToolInstallCommandDefinition)Definition;
Commands\Tool\Install\ToolInstallLocalCommand.cs (2)
52var installDef = (ToolInstallCommandDefinition)Definition;
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
21public readonly ToolInstallCommandDefinition InstallCommand = new();