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