1 write to RunCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
150Subcommands.Add(RunCommand = new());
3 references to RunCommand
dotnet (1)
Parser.cs (1)
179RunCommandParser.ConfigureCommand(rootCommand.RunCommand);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
229AotRunCommand.ConfigureCommand(rootCommand.RunCommand);
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
351return dotnetDefinition.RunCommand;