5 references to LaunchProfileOption
dotnet (2)
Commands\Run\RunCommand.cs (2)
855string launchProfile = parseResult.GetValue(definition.LaunchProfileOption) ?? string.Empty; 868throw new GracefulException(CliCommandStrings.InvalidOptionForStdin, definition.LaunchProfileOption.Name);
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (2)
227string? launchProfile = parseResult.GetValue(definition.LaunchProfileOption); 394&& optionResult.Option != definition.LaunchProfileOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
111Options.Add(LaunchProfileOption);