2 instantiations of RunCommand
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (1)
114
var runCommand = new
RunCommand
(
Commands\Run\RunCommand.cs (1)
937
var command = new
RunCommand
(
6 references to RunCommand
dotnet (6)
Commands\Run\Api\RunApiCommand.cs (1)
114
var
runCommand = new RunCommand(
Commands\Run\RunCommand.cs (3)
810
public static
RunCommand
FromArgs(string[] args)
816
public static
RunCommand
FromParseResult(ParseResult parseResult)
937
var
command = new RunCommand(
Commands\Run\RunCommandParser.cs (1)
13
command.SetAction(
RunCommand
.Run);
Commands\Run\RunProperties.cs (1)
46
RunCommand
.ThrowUnableToRunError(project);