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