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