1 instantiation of InternalReportInstallSuccessCommandDefinition
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
159Subcommands.Add(InternalReportInstallSuccessCommand = new());
2 references to InternalReportInstallSuccessCommandDefinition
dotnet-aot (1)
parent\dotnet\FirstRunExperience.cs (1)
76if (parseResult.CommandResult.Command is InternalReportInstallSuccessCommandDefinition)
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
107public readonly InternalReportInstallSuccessCommandDefinition InternalReportInstallSuccessCommand;