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