1 write to LegacyInstallCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
148LegacyInstallCommand = new(this, isLegacy: true);
1 reference to LegacyInstallCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
160Subcommands.Add(LegacyInstallCommand);