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