2 writes to LaunchProfileName
Microsoft.DotNet.ProjectTools (2)
LaunchSettings\ExecutableLaunchProfileParser.cs (1)
34LaunchProfileName = launchProfileName,
LaunchSettings\ProjectLaunchProfileParser.cs (1)
28LaunchProfileName = launchProfileName,
3 references to LaunchProfileName
dotnet (2)
Commands\Run\CommonRunHelpers.cs (1)
183apply("DOTNET_LAUNCH_PROFILE", launchProfile.LaunchProfileName);
Commands\Run\RunTelemetry.cs (1)
69properties["launch_profile_is_default"] = IsDefaultProfile(launchSettings.LaunchProfileName) ? "true" : "false";
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\CommonRunHelpers.cs (1)
183apply("DOTNET_LAUNCH_PROFILE", launchProfile.LaunchProfileName);