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