3 references to GetPropertiesLaunchSettingsPath
dotnet (2)
Commands\Run\RunCommand.cs (1)
270string launchSettingsPath = CommonRunHelpers.GetPropertiesLaunchSettingsPath(buildPathContainer, propsDirectory);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
373var launchSettingsPath = CommonRunHelpers.GetPropertiesLaunchSettingsPath(projectDirectory, appDesignerFolder);
dotnet-watch (1)
Process\LaunchSettingsProfile.cs (1)
34var launchSettingsPath = CommonRunHelpers.GetPropertiesLaunchSettingsPath(projectDirectory, "Properties");