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