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