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