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