2 references to GetTargetCommand
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (1)
132
var targetCommand = (Utils.Command)runCommand.
GetTargetCommand
(result.Profile, buildCommand.CreateProjectInstance, cachedRunProperties: null, logger: null);
Commands\Run\RunCommand.cs (1)
215
var targetCommand =
GetTargetCommand
(launchProfileParseResult.Profile, projectFactory, cachedRunProperties, logger);