2 references to GetPropertiesLaunchSettingsPath
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
381var launchSettingsPath = LaunchSettings.GetPropertiesLaunchSettingsPath(projectDirectory, appDesignerFolder);
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchSettings.cs (1)
41string launchSettingsPath = GetPropertiesLaunchSettingsPath(buildPathContainer, propsDirectory);