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