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