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