2 writes to LaunchProfileName
dotnet (1)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (1)
18
LaunchProfileName
= launchProfileName
dotnet.Tests (1)
CommandTests\Run\RunTelemetryTests.cs (1)
254
LaunchProfileName
= "(Default)"
2 references to LaunchProfileName
dotnet (2)
Commands\Run\RunCommand.cs (1)
195
targetCommand.EnvironmentVariable("DOTNET_LAUNCH_PROFILE", launchSettings.
LaunchProfileName
);
Commands\Run\RunTelemetry.cs (1)
68
properties["launch_profile_is_default"] = IsDefaultProfile(launchSettings.
LaunchProfileName
) ? "true" : "false";