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