3 references to GetCommand
dotnet (2)
Commands\Run\RunCommand.cs (1)
623var msbuildProperties = parseResult.OptionValuesToBeForwarded(RunCommandParser.GetCommand()).ToList();
Parser.cs (1)
81RunCommandParser.GetCommand(),
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
121var command = explicitCommand ?? RunCommandParser.GetCommand();