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