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