3 references to GetFlatLaunchSettingsPath
dotnet (2)
Commands\Run\RunCommand.cs (1)
274string runJsonPath = CommonRunHelpers.GetFlatLaunchSettingsPath(buildPathContainer, appName);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
376var runJsonPath = CommonRunHelpers.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension);
dotnet-watch (1)
Process\LaunchSettingsProfile.cs (1)
38var runJsonPath = CommonRunHelpers.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension);