2 references to TryApplyLaunchSettings
dotnet (2)
Commands\Run\RunCommand.cs (1)
233
var applyResult = LaunchSettingsManager.
TryApplyLaunchSettings
(launchSettingsPath, LaunchProfile);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
401
var result = LaunchSettingsManager.
TryApplyLaunchSettings
(launchSettingsPath, profileName);