2 types derived from LaunchProfileParser
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
9
internal sealed class ExecutableLaunchProfileParser :
LaunchProfileParser
LaunchSettings\ProjectLaunchProfileParser.cs (1)
8
internal sealed class ProjectLaunchProfileParser :
LaunchProfileParser
5 references to LaunchProfileParser
dotnet (1)
Commands\Run\RunCommand.cs (1)
176
Reporter.Error.WriteLine(string.Format(CliCommandStrings.RunCommandExceptionCouldNotApplyLaunchSettings,
LaunchProfileParser
.GetLaunchProfileDisplayName(LaunchProfile), launchProfileParseResult.FailureReason).Bold().Red());
Microsoft.DotNet.ProjectTools (4)
LaunchSettings\LaunchSettings.cs (4)
15
private static readonly IReadOnlyDictionary<string,
LaunchProfileParser
> s_providers = new Dictionary<string,
LaunchProfileParser
>
158
if (!TryLocateHandler(commandName, out
LaunchProfileParser
? provider))
172
private static bool TryLocateHandler(string? commandName, [NotNullWhen(true)] out
LaunchProfileParser
? provider)