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