2 references to GetFlatLaunchSettingsPath
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
384var runJsonPath = LaunchSettings.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension);
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchSettings.cs (1)
45string runJsonPath = GetFlatLaunchSettingsPath(buildPathContainer, appName);