2 references to IsDefaultProfile
dotnet (2)
Commands\Run\RunTelemetry.cs (2)
63
properties["launch_profile_is_default"] =
IsDefaultProfile
(launchProfile) ? "true" : "false";
68
properties["launch_profile_is_default"] =
IsDefaultProfile
(launchSettings.LaunchProfileName) ? "true" : "false";