1 write to TestCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
154Subcommands.Add(TestCommand = TestCommandDefinition.Create());
2 references to TestCommand
dotnet-aot (2)
parent\dotnet\Parser.cs (2)
135helpOption.Action = new AotPrintHelpAction(helpOption, DotnetHelpBuilder.Instance.Value, rootCommand.NewCommand, rootCommand.TestCommand); 233AotTestCommand.ConfigureCommand(rootCommand.TestCommand);