2 instantiations of RunCommand
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (1)
97
var runCommand = new
RunCommand
(
Commands\Run\RunCommand.cs (1)
686
var command = new
RunCommand
(
10 references to RunCommand
dotnet (6)
Commands\Run\Api\RunApiCommand.cs (1)
97
var
runCommand = new RunCommand(
Commands\Run\RunCommand.cs (3)
601
public static
RunCommand
FromArgs(string[] args)
607
public static
RunCommand
FromParseResult(ParseResult parseResult)
686
var
command = new RunCommand(
Commands\Run\RunCommandParser.cs (1)
113
command.SetAction(
RunCommand
.Run);
Commands\Run\RunProperties.cs (1)
34
RunCommand
.ThrowUnableToRunError(project);
dotnet.Tests (4)
CommandTests\MSBuild\GivenDotnetRunInvocation.cs (2)
43
var
command =
RunCommand
.FromArgs(args);
CommandTests\Run\RunParserTests.cs (2)
27
var
runCommand =
RunCommand
.FromArgs(new[] { "--project", projectPath, "--", "foo" });