8 references to LaunchSettings
dotnet (5)
Commands\Run\CommonRunHelpers.cs (2)
148string? launchSettingsPath = LaunchSettings.TryFindLaunchSettingsFile( 162return LaunchSettings.ReadProfileSettingsFromFile(launchSettingsPath, launchProfile);
Commands\Test\MTP\SolutionAndProjectUtility.cs (3)
664var launchSettingsPath = LaunchSettings.GetPropertiesLaunchSettingsPath(projectDirectory, appDesignerFolder); 667var runJsonPath = LaunchSettings.GetFlatLaunchSettingsPath(projectDirectory, projectNameWithoutExtension); 692var result = LaunchSettings.ReadProfileSettingsFromFile(launchSettingsPath, profileName);
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Run\CommonRunHelpers.cs (2)
148string? launchSettingsPath = LaunchSettings.TryFindLaunchSettingsFile( 162return LaunchSettings.ReadProfileSettingsFromFile(launchSettingsPath, launchProfile);
Microsoft.DotNet.HotReload.Watch (1)
Process\LaunchSettingsProfile.cs (1)
28var launchSettingsPath = LaunchSettings.TryFindLaunchSettingsFile(project.ProjectOrEntryPointFilePath, launchProfileName, (message, isError) =>