1 write to LaunchProfile
dotnet (1)
Commands\Run\RunCommand.cs (1)
106
LaunchProfile
= launchProfile;
6 references to LaunchProfile
dotnet (6)
Commands\Run\RunCommand.cs (6)
218
var launchSettingsPath = ReadCodeFromStdin ? null : TryFindLaunchSettings(projectOrEntryPointFilePath: ProjectFileFullPath ?? EntryPointFileFullPath!, launchProfile:
LaunchProfile
);
229
string profileName = string.IsNullOrEmpty(
LaunchProfile
) ? CliCommandStrings.DefaultLaunchProfileDisplayName :
LaunchProfile
;
233
var applyResult = LaunchSettingsManager.TryApplyLaunchSettings(launchSettingsPath,
LaunchProfile
);
809
launchProfile:
LaunchProfile
,
857
launchProfile:
LaunchProfile
,