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