1 instantiation of InternalReportInstallSuccessCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
159
Subcommands.Add(InternalReportInstallSuccessCommand =
new
());
5 references to InternalReportInstallSuccessCommandDefinition
dotnet (4)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (2)
28
var
definition = (
InternalReportInstallSuccessCommandDefinition
)result.CommandResult.Command;
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommandParser.cs (1)
10
public static void ConfigureCommand(
InternalReportInstallSuccessCommandDefinition
command)
Program.cs (1)
213
if (parseResult.CommandResult.Command is
InternalReportInstallSuccessCommandDefinition
)
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
107
public readonly
InternalReportInstallSuccessCommandDefinition
InternalReportInstallSuccessCommand;