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