1 instantiation of ToolListCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
24
public readonly ToolListCommandDefinition ListCommand =
new
();
2 references to ToolListCommandDefinition
dotnet-aot (1)
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (1)
14
internal sealed class ToolListLocalCommand : CommandBase<
ToolListCommandDefinition
>
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
24
public readonly
ToolListCommandDefinition
ListCommand = new();