2 writes to LaunchProfileName
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
34
LaunchProfileName
= launchProfileName,
LaunchSettings\ProjectLaunchProfileParser.cs (1)
28
LaunchProfileName
= launchProfileName,
2 references to LaunchProfileName
dotnet (2)
Commands\Run\RunCommand.cs (1)
426
command.EnvironmentVariable("DOTNET_LAUNCH_PROFILE", launchSettings.
LaunchProfileName
);
Commands\Run\RunTelemetry.cs (1)
69
properties["launch_profile_is_default"] = IsDefaultProfile(launchSettings.
LaunchProfileName
) ? "true" : "false";