2 references to GetTargetCommand
dotnet (2)
Commands\Run\Api\RunApiCommand.cs (1)
114
var targetCommand = (Utils.Command)runCommand.
GetTargetCommand
(buildCommand.CreateProjectInstance, cachedRunProperties: null);
Commands\Run\RunCommand.cs (1)
158
ICommand targetCommand =
GetTargetCommand
(projectFactory, cachedRunProperties);