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