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